# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel , 2011 # Janos Guljas , 2011-2012 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-05-19 15:12+0200\n" "PO-Revision-Date: 2014-05-20 09:41+0000\n" "Last-Translator: Jannis Leidel \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/" "language/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: contrib/flatpages/admin.py:11 msgid "Advanced options" msgstr "Napredna podešavanja" #: contrib/flatpages/apps.py:8 msgid "Flat Pages" msgstr "" #: contrib/flatpages/forms.py:8 contrib/flatpages/models.py:12 msgid "URL" msgstr "URL" #: contrib/flatpages/forms.py:9 msgid "" "Example: '/about/contact/'. Make sure to have leading and trailing slashes." msgstr "" "Primer: '/about/contact/'. Pazite na to da postoje i početne i završne kose " "crte." #: contrib/flatpages/forms.py:11 msgid "" "This value must contain only letters, numbers, dots, underscores, dashes, " "slashes or tildes." msgstr "" "Uneta vrednost može sadržati samo slova, brojke, tačke, donje crte, crte, " "znake razlomka ili tilde." #: contrib/flatpages/forms.py:22 msgid "URL is missing a leading slash." msgstr "Nedostaje kosa crta na početku URL-a." #: contrib/flatpages/forms.py:29 msgid "URL is missing a trailing slash." msgstr "Nedostaje kosa crta na kraju URL-a." #: contrib/flatpages/forms.py:46 #, python-format msgid "Flatpage with url %(url)s already exists for site %(site)s" msgstr "Stranica sa adresom %(url)s već postoji za sajt %(site)s" #: contrib/flatpages/models.py:13 msgid "title" msgstr "naslov" #: contrib/flatpages/models.py:14 msgid "content" msgstr "sadržaj" #: contrib/flatpages/models.py:15 msgid "enable comments" msgstr "omogući komentarisanje" #: contrib/flatpages/models.py:16 msgid "template name" msgstr "naziv templejta" #: contrib/flatpages/models.py:17 msgid "" "Example: 'flatpages/contact_page.html'. If this isn't provided, the system " "will use 'flatpages/default.html'." msgstr "" "Primer: 'flatpages/contact_page.html'. Ako ovo ostavite praznim, sistem će " "koristiti 'flatpages/default.html'." #: contrib/flatpages/models.py:18 msgid "registration required" msgstr "potrebna registracija" #: contrib/flatpages/models.py:19 msgid "If this is checked, only logged-in users will be able to view the page." msgstr "" "Ako je ovo obeleženo, samo će prijavljeni korisnici moći da vide ovu " "stranicu." #: contrib/flatpages/models.py:25 msgid "flat page" msgstr "flet stranica" #: contrib/flatpages/models.py:26 msgid "flat pages" msgstr "flet stranice" #: contrib/flatpages/tests/test_forms.py:98 msgid "This field is required." msgstr "Ovo polje se mora popuniti."