2011-01-22 01:50:35 +08:00
|
|
|
# This file is distributed under the same license as the Django package.
|
|
|
|
#
|
2012-03-14 16:55:00 +08:00
|
|
|
# Translators:
|
|
|
|
# Jannis Leidel <jannis@leidel.info>, 2011.
|
2013-02-26 06:02:09 +08:00
|
|
|
# Juraj Bubniak <translations@jbub.eu>, 2012.
|
2012-03-14 16:55:00 +08:00
|
|
|
# Marian Andre <marian@andre.sk>, 2012.
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: Django\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2013-02-26 06:02:09 +08:00
|
|
|
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
|
|
|
|
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
|
|
|
|
"Last-Translator: Juraj Bubniak <translations@jbub.eu>\n"
|
|
|
|
"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/"
|
2012-03-14 16:55:00 +08:00
|
|
|
"sk/)\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2013-02-26 06:02:09 +08:00
|
|
|
"Language: sk\n"
|
|
|
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
2011-01-22 01:50:35 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:58 views.py:60 views.py:62
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "tag:"
|
|
|
|
msgstr "značka:"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:93 views.py:95 views.py:97
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "filter:"
|
|
|
|
msgstr "filter:"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:156 views.py:158 views.py:160
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "view:"
|
|
|
|
msgstr "pohľad:"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:188
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "App %r not found"
|
|
|
|
msgstr "Aplikácia %r nenájdená"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:195
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Model %(model_name)r not found in app %(app_label)r"
|
|
|
|
msgstr "Model %(model_name)r sa nenachádza v aplikácii %(app_label)r"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:207
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "the related `%(app_label)s.%(data_type)s` object"
|
|
|
|
msgstr "súvisiaci objekt `%(app_label)s.%(data_type)s`"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
|
|
|
|
#: views.py:264
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "model:"
|
|
|
|
msgstr "model:"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:222 views.py:254
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "related `%(app_label)s.%(object_name)s` objects"
|
|
|
|
msgstr "súvisiace objekty `%(app_label)s.%(object_name)s`"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:226 views.py:259
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "all %s"
|
|
|
|
msgstr "všetky %s"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:231 views.py:264
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "number of %s"
|
|
|
|
msgstr "počet %s"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:269
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "Fields on %s objects"
|
|
|
|
msgstr "Polia objektov %s"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: views.py:361
|
2011-01-22 01:50:35 +08:00
|
|
|
#, python-format
|
|
|
|
msgid "%s does not appear to be a urlpattern object"
|
|
|
|
msgstr "%s nevyzerá ako urlpattern objekt"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
|
|
|
|
#: templates/admin_doc/missing_docutils.html:6
|
|
|
|
#: templates/admin_doc/model_detail.html:14
|
|
|
|
#: templates/admin_doc/model_index.html:8
|
|
|
|
#: templates/admin_doc/template_detail.html:6
|
|
|
|
#: templates/admin_doc/template_filter_index.html:7
|
|
|
|
#: templates/admin_doc/template_tag_index.html:7
|
|
|
|
#: templates/admin_doc/view_detail.html:6
|
|
|
|
#: templates/admin_doc/view_index.html:7
|
|
|
|
msgid "Home"
|
|
|
|
msgstr "Domov"
|
|
|
|
|
2012-03-14 16:55:00 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
|
|
|
|
#: templates/admin_doc/missing_docutils.html:7
|
|
|
|
#: templates/admin_doc/model_detail.html:15
|
|
|
|
#: templates/admin_doc/model_index.html:9
|
|
|
|
#: templates/admin_doc/template_detail.html:7
|
|
|
|
#: templates/admin_doc/template_filter_index.html:8
|
|
|
|
#: templates/admin_doc/template_tag_index.html:8
|
|
|
|
#: templates/admin_doc/view_detail.html:7
|
|
|
|
#: templates/admin_doc/view_index.html:8
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Documentation"
|
|
|
|
msgstr "Dokumentácia"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:8
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Bookmarklets"
|
|
|
|
msgstr "Záložky"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:11
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Documentation bookmarklets"
|
|
|
|
msgstr "Záložky dokumentácie"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:15
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
|
|
|
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
|
|
|
"select the bookmarklet from any page in the site. Note that some of these\n"
|
|
|
|
"bookmarklets require you to be viewing the site from a computer designated\n"
|
|
|
|
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
|
|
|
"your computer is \"internal\").</p>\n"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"<p class=\"help\">Ak chete nainštalovať záložky, pretiahnite odkaz do\n"
|
|
|
|
"nástrojovej lišty so záložkami, alebo kliknite pravým tlačidlom myši na "
|
|
|
|
"odkaz a pridajte ho do záložiek.\n"
|
|
|
|
"Následne môžete záložky použiť na stránkach. Poznamenávame, že použitie "
|
|
|
|
"niektorých záložiek vyžaduje, aby bol váš počítač \"interný\" (ak si nie ste "
|
|
|
|
"istý, že váš počítač je \"interný\", oslovte svojho systémového správcu).</"
|
|
|
|
"p>\n"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:25
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Documentation for this page"
|
|
|
|
msgstr "Dokumentácia k tejto stránke"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:26
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid ""
|
|
|
|
"Jumps you from any page to the documentation for the view that generates "
|
|
|
|
"that page."
|
|
|
|
msgstr ""
|
|
|
|
"Nasmeruje vás z ľubovoľnej stránky do dokumentácie, kde je popísané, ako sa "
|
|
|
|
"táto stránka generuje."
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:28
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Show object ID"
|
|
|
|
msgstr "Zobraziť identifikátor objektu"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:29
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid ""
|
|
|
|
"Shows the content-type and unique ID for pages that represent a single "
|
|
|
|
"object."
|
|
|
|
msgstr ""
|
|
|
|
"Zobrazí content-type a jedinečný identifikátor pre stránky, ktoré "
|
|
|
|
"reprezentujú samostatný objekt."
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:31
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Edit this object (current window)"
|
|
|
|
msgstr "Upraviť tento objekt (aktuálne okno)"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:32
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Jumps to the admin page for pages that represent a single object."
|
|
|
|
msgstr ""
|
|
|
|
"Skočí na stránku správy pre stránky, ktoré reprezentujú samostatný objekt."
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:34
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "Edit this object (new window)"
|
|
|
|
msgstr "Upraviť tento objekt (nové okno)"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/bookmarklets.html:35
|
2011-01-22 01:50:35 +08:00
|
|
|
msgid "As above, but opens the admin page in a new window."
|
|
|
|
msgstr "Ako predtým, ale otvorí stránku správy v novom okne."
|
2012-03-14 16:55:00 +08:00
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/model_detail.html:16
|
|
|
|
#: templates/admin_doc/model_index.html:10
|
2012-03-14 16:55:00 +08:00
|
|
|
msgid "Models"
|
|
|
|
msgstr "Modely"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/template_detail.html:8
|
2012-03-14 16:55:00 +08:00
|
|
|
msgid "Templates"
|
|
|
|
msgstr "Šablóny"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/template_filter_index.html:9
|
2012-03-14 16:55:00 +08:00
|
|
|
msgid "Filters"
|
|
|
|
msgstr "Filtre"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/template_tag_index.html:9
|
2012-03-14 16:55:00 +08:00
|
|
|
msgid "Tags"
|
|
|
|
msgstr "Tagy"
|
|
|
|
|
2013-02-26 06:02:09 +08:00
|
|
|
#: templates/admin_doc/view_detail.html:8
|
|
|
|
#: templates/admin_doc/view_index.html:9
|
2012-03-14 16:55:00 +08:00
|
|
|
msgid "Views"
|
|
|
|
msgstr "Zobrazenia"
|
2013-02-26 06:02:09 +08:00
|
|
|
|
|
|
|
#: tests/__init__.py:23
|
|
|
|
msgid "Boolean (Either True or False)"
|
|
|
|
msgstr "Logická hodnota (buď True alebo False)"
|
|
|
|
|
|
|
|
#: tests/__init__.py:33
|
|
|
|
#, python-format
|
|
|
|
msgid "Field of type: %(field_type)s"
|
|
|
|
msgstr "Pole typu: %(field_type)s"
|