/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po
Unknown | 80 lines | 67 code | 13 blank | 0 comment | 0 complexity | b3a2a46aef31a020ca1e81b76a4cf81a MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-20 21:05+0100\n" 8"PO-Revision-Date: 2011-03-13 20:53+0000\n" 9"Last-Translator: aljosa <aljosa.mohorovic@gmail.com>\n" 10"Language-Team: Croatian <>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: hr\n" 15"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" 16"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n" 17 18#: admin.py:8 models.py:7 19msgid "URL" 20msgstr "URL" 21 22#: admin.py:9 23msgid "" 24"Example: '/about/contact/'. Make sure to have leading and trailing slashes." 25msgstr "" 26"Primjer: '/about/contact/'. Provjerite ako imate prvi i preostale slash-eve " 27"(/)." 28 29#: admin.py:11 30msgid "" 31"This value must contain only letters, numbers, dots, underscores, dashes, " 32"slashes or tildes." 33msgstr "" 34"Ova vrijednost moe sadravati samo slova, brojeve, to?ke, podvlake, crtice, " 35"kose crte ili tilde." 36 37#: admin.py:22 38msgid "Advanced options" 39msgstr "Napredne opcije" 40 41#: models.py:8 42msgid "title" 43msgstr "naslov" 44 45#: models.py:9 46msgid "content" 47msgstr "sadraj" 48 49#: models.py:10 50msgid "enable comments" 51msgstr "uklju?i komentare" 52 53#: models.py:11 54msgid "template name" 55msgstr "ime template-a" 56 57#: models.py:12 58msgid "" 59"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " 60"will use 'flatpages/default.html'." 61msgstr "" 62"Primjer: 'flatpages/contact_page.html'. Ako navedeno nije definirano sistem " 63"?e koristiti 'flatpages/default.html'." 64 65#: models.py:13 66msgid "registration required" 67msgstr "registracija obavezna" 68 69#: models.py:13 70msgid "If this is checked, only logged-in users will be able to view the page." 71msgstr "" 72"Ako je ovo selektirano samo logirani korisnici mo?i ?e vidjeti ovu stranicu." 73 74#: models.py:18 75msgid "flat page" 76msgstr "stati?na stranica" 77 78#: models.py:19 79msgid "flat pages" 80msgstr "stati?ne stranice"