diff options
author | ttt | 2017-05-13 00:29:47 +0530 |
---|---|---|
committer | ttt | 2017-05-13 00:29:47 +0530 |
commit | abf599be33b383a6a5baf9493093b2126a622ac8 (patch) | |
tree | 4c5ab6e0d935d5e65fabcf0258e4a00dd20a5afa /lib/python2.7/site-packages/django/contrib/flatpages/locale | |
download | SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.gz SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.tar.bz2 SBHS-2018-Rpi-abf599be33b383a6a5baf9493093b2126a622ac8.zip |
added all server files
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/flatpages/locale')
158 files changed, 7735 insertions, 0 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..6362758 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000..ba624dc --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Afrikaans (http://www.transifex.com/projects/p/django/" +"language/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Die veld is verpligtend." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..c66a7ed --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000..13b5c3a --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# dado_eyad <d.eyad.t@gmail.com>, 2013 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Ossama Khayat <okhayat@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-10-28 09:27+0000\n" +"Last-Translator: dado_eyad <d.eyad.t@gmail.com>\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/" +"ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "خيارات متقدّمة" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "رابط" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "مثال: '/about/contact/'. تأكد من وضع شرطات في البداية والنهاية." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"يجب أن تحتوي هذه القيمة الأحرف والأرقام والنقاط وعلامات _ و - و / أو ~ فقط." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "العنوان URL يفقد رمز / في بدايته." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "العنوان URL يفقد رمز / في نهايته." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "الصفحة ذو العنوان %(url)s موجودة سابقاً في موقع %(site)s" + +#: models.py:12 +msgid "title" +msgstr "العنوان" + +#: models.py:13 +msgid "content" +msgstr "المحتوى" + +#: models.py:14 +msgid "enable comments" +msgstr "السماح بالتعليقات" + +#: models.py:15 +msgid "template name" +msgstr "اسم القالب" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"مثال: 'flatpages/contact_page.html'. إن لم تكن الصفحة موجودة، فسوف يستخدم " +"النظام 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "التسجيل مطلوب" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"إذا كان هذا الخيار محددا، فإن المستخدمين الداخلين فقط سيتمكنون من مشاهدة " +"الصفحة." + +#: models.py:24 +msgid "flat page" +msgstr "صفحة مسطحة" + +#: models.py:25 +msgid "flat pages" +msgstr "صفحات مسطحة" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "هذا الحقل مطلوب." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..9556862 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000..19b55d7 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Ismayilov <ali@ismailov.info>, 2011 +# Dimitris Glezos <glezos@transifex.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/" +"language/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Əlavə imkanlar" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Məsələn, \"/about/contact/\". Əvvəldə və sondakı kəsr xəttinin olmasına " +"diqqət edin." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Burada yalnız hərf, rəqəm, nöqtə, altdan xətt, defis, kəsr xətti və ya " +"tildadan istifadə etmək olar." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "başlıq" + +#: models.py:13 +msgid "content" +msgstr "məzmun" + +#: models.py:14 +msgid "enable comments" +msgstr "şərhlər olsun" + +#: models.py:15 +msgid "template name" +msgstr "şablonun adı" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Məsələn, \"flatpages/contact_page.html\". Əgər göstərməsəniz, biz " +"\"flatpages/default.html\" şablonundan istifadə edəcəyik." + +#: models.py:17 +msgid "registration required" +msgstr "ancaq qeydiyyatlılar üçün" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Əgər bura quş qoysanız, ancaq qeydiyyatdan keçib sayta daxil olmuş " +"istifadəçilər bu səhifəni görə biləcəklər." + +#: models.py:24 +msgid "flat page" +msgstr "adi səhifə" + +#: models.py:25 +msgid "flat pages" +msgstr "adi səhifələr" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Bu sahə vacibdir." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..4d23193 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po new file mode 100644 index 0000000..a1946e1 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Belarusian (http://www.transifex.com/projects/p/django/" +"language/be/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: be\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Адмысловыя можнасьці" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Сеціўная спасылка" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Прыклад: «/about/contact/». Упэўніцеся, што адрас пачынаецца й заканчваецца " +"рыскаю «/»." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Дазваляюцца толькі літары, лічбы, кропкі, знак падкрэсьліваньня, злучкі, " +"нахіленыя рыскі, тыльды." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Спасылка не пачынаецца з рыскі «/»." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Спасылка не заканчваецца рыскаю «/»." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "На пляцоўцы «%(site)s» ужо існуе нязьменная бачына з адрасам «%(url)s»" + +#: models.py:12 +msgid "title" +msgstr "назва" + +#: models.py:13 +msgid "content" +msgstr "зьмесьціва" + +#: models.py:14 +msgid "enable comments" +msgstr "дазволіць выказваньні" + +#: models.py:15 +msgid "template name" +msgstr "назва шаблёну" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Прыклад: «flatpages/contact_page.html». Калі не пазначаць нічога, сыстэма " +"будзе ўжываць «flatpages/default.html»." + +#: models.py:17 +msgid "registration required" +msgstr "трэба запісацца" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Калі абраць гэта, бачыну змогуць пабачыць толькі тыя карыстальнікі, што " +"апазналіся." + +#: models.py:24 +msgid "flat page" +msgstr "нязьменная бачына" + +#: models.py:25 +msgid "flat pages" +msgstr "нязьменныя бачыны" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Поле трэба запоўніць." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..355c2df --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000..f5e8a96 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/" +"language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Допълнителни опции" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Пример: '/about/contact/'. Началната и крайната наклонена чертичка са " +"задължителни. " + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Тази стойност трябва да съдържа само букви, цифри, точки, долни тирета, " +"наклонени черти или tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL липсва водеща черта." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL липсва наклонена черта." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Flatpage с url %(url)s вече съществува за site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "заглавие" + +#: models.py:13 +msgid "content" +msgstr "съдържание" + +#: models.py:14 +msgid "enable comments" +msgstr "позволяване на коментари" + +#: models.py:15 +msgid "template name" +msgstr "име на шаблон" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Пример: 'flatpages/contact_page.html'. Ако това не е указано, системата ще " +"използва 'flatpages/default.html'. " + +#: models.py:17 +msgid "registration required" +msgstr "изисква се регистрация" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ако това е чекнато, само логнати потребители ще могат да виждат страницата. " + +#: models.py:24 +msgid "flat page" +msgstr "информативна страница" + +#: models.py:25 +msgid "flat pages" +msgstr "информативни страници" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Това поле е задължително." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..8aafd1d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 0000000..c05defd --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po @@ -0,0 +1,94 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/" +"bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "এডভান্সড অপশন" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "ইউআরএল (URL)" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "উদাহরণঃ '/about/contact/'। শুরু এবং শেষের স্ল্যাশগুলো আবশ্যক।" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "শিরোনাম" + +#: models.py:13 +msgid "content" +msgstr "কনটেন্ট" + +#: models.py:14 +msgid "enable comments" +msgstr "মন্তব্য প্রদান সচল করুন" + +#: models.py:15 +msgid "template name" +msgstr "টেমপ্লেট নাম" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"উদাহরণঃ ’flatpage/contact_page.html'। এটি যদি খালি থাকে, তবে সিস্টেম " +"’flatpage/default.html' ব্যবহার করবে।" + +#: models.py:17 +msgid "registration required" +msgstr "নিবন্ধন আবশ্যক" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "এটি চেক করা হলে, শুধুমাত্র লগইন করা সদস্যরা পাতাটি দেখতে সমর্থ হবেন।" + +#: models.py:24 +msgid "flat page" +msgstr "ফ্লাট পাতা" + +#: models.py:25 +msgid "flat pages" +msgstr "ফ্লাট পাতা সমূহ" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "এটি আবশ্যক।" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..9d2e671 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..99b0e27 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fulup <fulup.jakez@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Breton (http://www.transifex.com/projects/p/django/language/" +"br/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: br\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "titl" + +#: models.py:13 +msgid "content" +msgstr "danvez" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Rekis eo leuniañ ar vaezienn." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..68acedf --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000..a77d525 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Filip Dupanović <filip.dupanovic@gmail.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/" +"bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bs\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Napredna podešavanja" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Primjer: '/about/contact/'. Pazite na to da postoje i početne i završne kose " +"crte." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ova vrijednost smije samo sadržati slova, brijeve, tačke, donje crte, crte, " +"kose crte i tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "naslov" + +#: models.py:13 +msgid "content" +msgstr "sadržaj" + +#: models.py:14 +msgid "enable comments" +msgstr "omogući komentare" + +#: models.py:15 +msgid "template name" +msgstr "naziv obrazca" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Primjer: 'flatpages/contact_page.html'. Ako ovo ostavite praznim, sistem će " +"koristiti 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registracija obavezna" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ako je ovo obilježeno, samo će prijavljeni korisnici moći da vide ovu " +"stranicu." + +#: models.py:24 +msgid "flat page" +msgstr "statična stranica" + +#: models.py:25 +msgid "flat pages" +msgstr "statične stranice" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..f9cd457 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..220e708 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy <aaloy@apsl.net>, 2011 +# Carles Barrobés <carles@barrobes.com>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/django/language/" +"ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opcions avançades" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exemple: '/about/contact/'. Assegureu-vos de posar les barres al principi i " +"al final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Aquest valor sols pot contenir lletres, nombres, punts, subratllats, guions, " +"barres o accents." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "La URL no comença amb \"/\"." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "La URL no acaba amb \"/\"." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Ja hi ha una pàgina estàtica amb la URL %(url)s per al lloc %(site)s" + +#: models.py:12 +msgid "title" +msgstr "títol" + +#: models.py:13 +msgid "content" +msgstr "contingut" + +#: models.py:14 +msgid "enable comments" +msgstr "habilitar comentaris" + +#: models.py:15 +msgid "template name" +msgstr "nom de la plantilla" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemple: 'flatpages/contact_page.html'. Si no es proporciona, el sistema " +"utilitzarà 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "cal estar registrat" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Si està marcat, només els usuaris registrats podran veure la pàgina." + +#: models.py:24 +msgid "flat page" +msgstr "pàgina estàtica" + +#: models.py:25 +msgid "flat pages" +msgstr "pàgines estàtiques" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Aquest camp és obligatori." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..f8b279b --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000..117b295 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Vlada Macek <macek@sandbox.cz>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/" +"cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Pokročilá nastavení" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Příklad: \"/o/kontakt/\". Ujistěte se, že máte počáteční a konečná lomítka." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Tato hodnota musí obsahovat pouze písmena, číslice, tečky, podtržítka, " +"pomlčky, lomítka nebo vlnovky." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "V adrese URL chybí úvodní lomítko." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "V adrese URL chybí koncové lomítko." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Flat stránka s adresou %(url)s pro web %(site)s již existuje." + +#: models.py:12 +msgid "title" +msgstr "titulek" + +#: models.py:13 +msgid "content" +msgstr "obsah" + +#: models.py:14 +msgid "enable comments" +msgstr "povolit komentáře" + +#: models.py:15 +msgid "template name" +msgstr "název šablony" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Příklad: \"flatpages/kontaktni_stranka.html\". Pokud toto není zadáno, bude " +"použita šablona \"flatpages/default.html\"." + +#: models.py:17 +msgid "registration required" +msgstr "nutná registrace" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Určuje, že tuto stránku uvidí pouze přihlášení uživatelé." + +#: models.py:24 +msgid "flat page" +msgstr "statická stránka" + +#: models.py:25 +msgid "flat pages" +msgstr "statické stránky" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Pole je povinné." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..9aeb859 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 0000000..82e5844 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/django/language/" +"cy/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " +"11) ? 2 : 3;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Er enghraifft: '/amdan/cyswllt/'. Sicrhewch gennych slaesau arweiniol ac " +"trywyddiol." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "teitl" + +#: models.py:13 +msgid "content" +msgstr "cynnwys" + +#: models.py:14 +msgid "enable comments" +msgstr "galluogi sylwadau" + +#: models.py:15 +msgid "template name" +msgstr "enw'r templed" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "cofrestriad gofynnol" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Os wedi dewis, dim ond defnyddwyr a mewngofnodwyd bydd yn gallu gweld y " +"tudalen." + +#: models.py:24 +msgid "flat page" +msgstr "tudalen fflat" + +#: models.py:25 +msgid "flat pages" +msgstr "tudalennau fflat" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Mae angen y faes yma." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..74d1c08 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000..e6e5c60 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,103 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen <christian@gmta.info>, 2012 +# Erik Wognsen <r4mses@gmail.com>, 2012 +# Finn Gruwier, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/" +"da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Avancerede muligheder" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Eksempel: '/om/kontakt/'. Vær opmærksom på, at der skal være skråstreg både " +"først og sidst." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Denne værdi må kun indeholde bogstaver, tal, punktum, understreger, " +"bindestreger, skråstreger eller tilder." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL mangler en skråstreg i starten." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL mangler en afsluttende skråstreg." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Flatpage med URL'en %(url)s eksisterer allerede for siden %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titel" + +#: models.py:13 +msgid "content" +msgstr "indhold" + +#: models.py:14 +msgid "enable comments" +msgstr "tillad kommentarer" + +#: models.py:15 +msgid "template name" +msgstr "skabelonnavn" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Eksempel: 'flatpages/kontaktside'. Hvis dette ikke tilbydes, bruger systemet " +"'flatpages/default'." + +#: models.py:17 +msgid "registration required" +msgstr "registrering påkrævet" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Hvis denne boks er markeret, vil kun brugere der er logget ind, kunne se " +"siden." + +#: models.py:24 +msgid "flat page" +msgstr "flad side" + +#: models.py:25 +msgid "flat pages" +msgstr "flade sider" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Dette felt er påkrævet." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..363856c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..c8f6d97 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Hagenbruch <ahagenbruch@googlemail.com>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011,2013 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-06-14 15:14+0000\n" +"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" +"Language-Team: German (http://www.transifex.com/projects/p/django/language/" +"de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Erweiterte Optionen" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Adresse (URL)" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Beispiel: '/about/contact/'. Wichtig: Am Anfang und Ende muss ein / stehen." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Dieser Wert darf nur Buchstaben, Ziffern, Punkte, Unterstriche, " +"Bindestriche, Schrägstriche und Tilden enthalten." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Der URL fehlt ein vorangestellter Schrägstrich." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Der URL fehlt ein abschließender Schrägstrich." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" +"Flatpage mit der URL %(url)s ist für die Website %(site)s bereits vorhanden" + +#: models.py:12 +msgid "title" +msgstr "Titel" + +#: models.py:13 +msgid "content" +msgstr "Inhalt" + +#: models.py:14 +msgid "enable comments" +msgstr "Kommentare aktivieren" + +#: models.py:15 +msgid "template name" +msgstr "Name des Templates" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Beispiel: 'flatpages/contact_page.html'. Wenn dieses Feld nicht gesetzt ist, " +"wird standardmäßig 'flatpages/default.html' benutzt." + +#: models.py:17 +msgid "registration required" +msgstr "Registrierung erforderlich" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Wenn hier ein Haken gesetzt ist, können nur angemeldete Benutzer die Seite " +"sehen." + +#: models.py:24 +msgid "flat page" +msgstr "Flat Page" + +#: models.py:25 +msgid "flat pages" +msgstr "Flat Pages" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Dieses Feld ist zwingend erforderlich." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7f938c9 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000..b17c71d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Dimitris Glezos <glezos@transifex.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/" +"el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Προχωρημένες επιλογές" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Παράδειγμα: '/about/contact/'. Βεβαιωθείτε ότι περιέχει καθέτους στην αρχή " +"και το τέλος." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Η τιμή αυτή πρέπει να περιέχει μόνο γράμματα, αριθμούς, τελείες, παύλες, " +"κάτω παύλες, καθέτους ή περισπωμένες." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "τίτλος" + +#: models.py:13 +msgid "content" +msgstr "περιεχόμενο" + +#: models.py:14 +msgid "enable comments" +msgstr "ενεργοποίηση σχολίων" + +#: models.py:15 +msgid "template name" +msgstr "όνομα προτύπου" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Παράδειγμα: 'flatpages/contact_page.html'. Αν δεν εισαχθεί, το σύστημα θα " +"χρησιμοποιήσει το 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "απαιτείται εγγραφή" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Εάν επιλεγεί, μόνο συνδεδεμένοι χρήστες θα μπορούν να βλέπουν τη σελίδα." + +#: models.py:24 +msgid "flat page" +msgstr "απλή σελίδα" + +#: models.py:25 +msgid "flat pages" +msgstr "απλές σελίδες" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Αυτό το πεδίο είναι απαραίτητο." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..08a7b68 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..53b82e5 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,88 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2010-05-13 15:35+0200\n" +"Last-Translator: Django team\n" +"Language-Team: English <en@li.org>\n" +"Language: en\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..62d3608 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po new file mode 100644 index 0000000..acd425a --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# jon_atkinson <jon@jonatkinson.co.uk>, 2012 +# Ross Poulton <ross@rossp.org>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"django/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Advanced options" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL is missing a leading slash." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL is missing a trailing slash." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Flatpage with url %(url)s already exists for site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "title" + +#: models.py:13 +msgid "content" +msgstr "content" + +#: models.py:14 +msgid "enable comments" +msgstr "enable comments" + +#: models.py:15 +msgid "template name" +msgstr "template name" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registration required" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"If this is checked, only logged-in users will be able to view the page." + +#: models.py:24 +msgid "flat page" +msgstr "flat page" + +#: models.py:25 +msgid "flat pages" +msgstr "flat pages" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "This field is required." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..4c13bd4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po new file mode 100644 index 0000000..ceb8df6 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Baptiste <baptiste+transifex@darthenay.fr>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/" +"language/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Altnivelaj elektoj" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Ekzemplo: '/pri/kontakto/'. Certigu, ke estas kondukaj kaj sekvaj strekoj." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ĉi tiu valoro devus enhavi sole leterojn, nombrojn, punktojn, substrekoj, " +"haltostrekoj, oblikvoj aŭ tildoj." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "La streka karaktero \"/\" ne ĉeestas en komenco de ĉeno." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "La streka karaktero \"/\" ne ĉeestas en fino de ĉeno." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Platpaĝo kun URL %(url)s jam ekzistas for la retejo %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titolo" + +#: models.py:13 +msgid "content" +msgstr "enhavo" + +#: models.py:14 +msgid "enable comments" +msgstr "ebligu rimarkoj" + +#: models.py:15 +msgid "template name" +msgstr "nomo de ŝablono" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Ekzemplo: 'platpaĝoj/kontakto_paĝo.html'. Se ĉi tiu ne provizas, la sistemo " +"uzos 'platpaĝoj/defaŭlto.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registrado postulita" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Se ĉi tio estus elektita, nur ensalutitaj uzantoj povus rigardi la paĝon." + +#: models.py:24 +msgid "flat page" +msgstr "plata paĝo" + +#: models.py:25 +msgid "flat pages" +msgstr "plataj paĝoj" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Tiu kampo estas postulata." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..8623cb4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..c51a3a0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Antoni Aloy <aaloy@apsl.net>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/django/language/" +"es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Ejemplo: '/about/contact/'. Asegúrese de que pone barras al principio y al " +"final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor solo puede contener letras, números, puntos, subrayados, guiones, " +"barras o tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "A la URL le falta la barra inicial." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "A la url le falta la barra final." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Un Flatpage con la url %(url)s ya existe para el sitio %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "contenido" + +#: models.py:14 +msgid "enable comments" +msgstr "habilitar comentarios" + +#: models.py:15 +msgid "template name" +msgstr "nombre de plantilla" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Ejemplo: 'flatpages/contact_page.html'. Si no es proporcionado, el sistema " +"usará 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "debe estar registrado" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." + +#: models.py:24 +msgid "flat page" +msgstr "página estática" + +#: models.py:25 +msgid "flat pages" +msgstr "páginas estáticas" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..b530511 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po new file mode 100644 index 0000000..41ce279 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Ramiro Morales <cramm0@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/" +"django/language/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Ejemplo: '/about/contact/'. Asegúrese de usar barras '/' al principio y al " +"final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor debe contener solamente letras, números, puntos, guiones bajos, " +"guiones (-), barras (/) o tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "A la URL le falta una / al principio" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "A la URL le falta una / al final" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Ya existe una flatpage con url %(url)s para el sitio %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "contenido" + +#: models.py:14 +msgid "enable comments" +msgstr "activar comentarios" + +#: models.py:15 +msgid "template name" +msgstr "nombre de plantilla" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Ejemplo: 'flatpages/contact_page.html'. Si no lo proporciona, el sistema " +"usará 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "debe estar registrado" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." + +#: models.py:24 +msgid "flat page" +msgstr "página estática" + +#: models.py:25 +msgid "flat pages" +msgstr "páginas estáticas" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..725f00f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po new file mode 100644 index 0000000..1c647c9 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abraham Estrada <abraham.estrada@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/" +"language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opciones avanzadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Ejemplo: '/acerca/contacto/'. Asegúrese de usar barras '/' al principio y al " +"final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor debe contener solamente letras, números, puntos, guiones bajos, " +"guiones (-), barras (/) o tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "A la URL le falta una diagonal al inicio" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "A la URL le falta una diagonal al final" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "La página con la url %(url)s ya existe para el sitio %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "contenido" + +#: models.py:14 +msgid "enable comments" +msgstr "activar comentarios" + +#: models.py:15 +msgid "template name" +msgstr "nombre de la plantilla" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Ejemplo: 'flatpages/pagina_contacto.html'. Si no lo proporciona, el sistema " +"usará 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "necesario registrarse" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." + +#: models.py:24 +msgid "flat page" +msgstr "página estática" + +#: models.py:25 +msgid "flat pages" +msgstr "páginas estática" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..fb1dde8 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000..775ba34 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/projects/p/" +"django/language/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo es obligatorio." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..0f5cab4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po new file mode 100644 index 0000000..d8dd609 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# jannolii <jannolii@gmail.com>, 2013 +# madisvain <madisvain@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-05-28 15:29+0000\n" +"Last-Translator: jannolii <jannolii@gmail.com>\n" +"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/" +"et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Lisavalikud" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Näide: '/about/contact/'. Veenduge, et URL algaks ja lõppeks kaldkriipsuga." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"See väärtus peab sisaldama ainult tähti, numbreid, punkte, alakriipse, " +"kriipse, kaldkriipse või tildeseid." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Internetiaadressil puudub alustav kaldkriips" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Internetiaadressil puudub lõpetav kaldkriips" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Saidil %(site)s on sisuleht aadressiga %(url)s juba olemas" + +#: models.py:12 +msgid "title" +msgstr "pealkiri" + +#: models.py:13 +msgid "content" +msgstr "sisu" + +#: models.py:14 +msgid "enable comments" +msgstr "võimalda kommentaarid" + +#: models.py:15 +msgid "template name" +msgstr "mall" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Näide: 'flatpages/contact_page.html'. Kui mall on määramata, kasutatakse " +"vaikimisi malli 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registreerumine nõutav" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Kui see on valitud, näevad lehte ainult sisselogitud kasutajad" + +#: models.py:24 +msgid "flat page" +msgstr "sisuleht" + +#: models.py:25 +msgid "flat pages" +msgstr "sisulehed" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "See lahter on nõutav." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..d13cb3d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 0000000..125c9cc --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aitzol Naberan <anaberan@codesyntax.com>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/" +"eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Aukera aurreratuak" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Adibidez: '/about/contact/'. Ziurta zaitez '/' karaktera hasieran eta " +"bukaeran dagoela." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Eremu honetan soilik hizki, zenbaki, puntu, azpimarra, gidoi, / edo ~ egon " +"daitezke." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URLak hasierako / falta du." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URLk bukaerako / falta du." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(site)s webgunean dagoeneko existitzende %(url)s urldun Flatpage bat" + +#: models.py:12 +msgid "title" +msgstr "izenburua" + +#: models.py:13 +msgid "content" +msgstr "edukia" + +#: models.py:14 +msgid "enable comments" +msgstr "komentarioak onartu" + +#: models.py:15 +msgid "template name" +msgstr "plantila izena" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Adibidez: 'flatpages/contact_page.html'. Hau ematen ez bada, sistemak " +"'flatpages/default.html' erabiliko du." + +#: models.py:17 +msgid "registration required" +msgstr "erregistratzea beharrezkoa da" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Hau markatuta badago, erregistratutako erabiltzaileek bakarrik ikusiko dute " +"orria." + +#: models.py:24 +msgid "flat page" +msgstr "flat page" + +#: models.py:25 +msgid "flat pages" +msgstr "flat pages" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Eremu hau beharrezkoa da." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..ff33005 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000..90c848a --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Nikneshan <ali@nikneshan.com>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/" +"fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "گزینههای پیشرفته" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "نشانی اینترنتی" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"مثال: '/about/contact/'. مطمئن شوید که اسلش را هم در ابتدا و هم در انتها " +"گذاشتهاید." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "این مقدار فقط باید حاوی حروف، اعداد، خط زیر، خط تیره و یا اسلش باشد." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "در آدرس اسلش آغازین فراموش شده است." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "در آدرس اسلش پایانی فراموش شده است." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "صفحه تخت با آدرس %(url)s برای سایت %(site)s وجود دارد " + +#: models.py:12 +msgid "title" +msgstr "عنوان" + +#: models.py:13 +msgid "content" +msgstr "محتوا" + +#: models.py:14 +msgid "enable comments" +msgstr "فعال کردن نظرات" + +#: models.py:15 +msgid "template name" +msgstr "نام قالب" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"مثال: 'flatpages/contact_page.html'. اگر این مشخص نشود، سیستم از 'flatpages/" +"default.html' استفاده خواهد کرد." + +#: models.py:17 +msgid "registration required" +msgstr "عضویت لازم است" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"اگر این انتخاب شود، فقط کاربران وارد شده خواهند توانست این صفحه را مشاهده " +"نمایند." + +#: models.py:24 +msgid "flat page" +msgstr "صفحه تخت" + +#: models.py:25 +msgid "flat pages" +msgstr "صفحات تخت" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "این فیلد لازم است." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..b4172ba --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po new file mode 100644 index 0000000..b49dd98 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# nanook <klaus.dahlen@gmail.com>, 2012 +# Ville Säävuori <ville@syneus.fi>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/" +"fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Lisäasetukset" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL-osoite" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Esimerkki: '/tietoja/yhteystiedot/'. Varmista, että sekä alussa että lopussa " +"on kauttaviiva." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Tämä arvo saa sisältää vain kirjaimia, numeroita, pisteitä sekä ala-, tavu-, " +"kautta- ja aaltoviivoja." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL:n alusta puuttuu kauttaviiva." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL:n lopusta puuttuu kauttaviiva." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Sivustolla %(site)s on jo sivu, jonka URL on %(url)s" + +#: models.py:12 +msgid "title" +msgstr "otsikko" + +#: models.py:13 +msgid "content" +msgstr "sisältö" + +#: models.py:14 +msgid "enable comments" +msgstr "salli kommentit" + +#: models.py:15 +msgid "template name" +msgstr "mallipohjan nimi" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Esimerkiksi: 'flatpages/yhteydenotto.html'. Jos tämä jätetään tyhjäksi, " +"käytetään oletuspohjaa 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "vaaditaan rekisteröityminen" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Jos tämä kohta on valittu, vain sisäänkirjautuneet käyttäjät näkevät sivun." + +#: models.py:24 +msgid "flat page" +msgstr "tekstisivu" + +#: models.py:25 +msgid "flat pages" +msgstr "tekstisivut" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Tämä kenttä vaaditaan." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..c8a1539 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..46a0bdb --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# charettes <charette.s@gmail.com>, 2012 +# claudep <claude@2xlibre.net>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: French (http://www.transifex.com/projects/p/django/language/" +"fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Options avancées" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Par exemple, « /a_propos/contact/ ». Vérifiez la présence du caractère « / » " +"en début et en fin de chaîne." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Cette valeur ne peut contenir que des lettres, des chiffres, des points, des " +"soulignés, des tirets, des barres obliques ou des tildes." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Le caractère « / » n'est pas présent en début de chaîne." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Le caractère « / » n'est pas présent en fin de chaîne." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "La page statique à l'URL %(url)s existe déjà pour le site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titre" + +#: models.py:13 +msgid "content" +msgstr "contenu" + +#: models.py:14 +msgid "enable comments" +msgstr "autoriser les commentaires" + +#: models.py:15 +msgid "template name" +msgstr "nom du template" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Par exemple, « flatpages/contact_page.html ». Sans définition, le système " +"utilisera « flatpages/default.html »." + +#: models.py:17 +msgid "registration required" +msgstr "enregistrement requis" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Si coché, seuls les utilisateurs connectés auront la possibilité de voir " +"cette page." + +#: models.py:24 +msgid "flat page" +msgstr "page statique" + +#: models.py:25 +msgid "flat pages" +msgstr "pages statiques" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ce champ est obligatoire." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..0c56af7 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000..59fd8ee --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.po @@ -0,0 +1,85 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-23 02:37+0100\n" +"PO-Revision-Date: 2011-03-15 15:46+0000\n" +"Last-Translator: Django team\n" +"Language-Team: English <en@li.org>\n" +"Language: fy_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:7 +msgid "URL" +msgstr "" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:8 +msgid "title" +msgstr "" + +#: models.py:9 +msgid "content" +msgstr "" + +#: models.py:10 +msgid "enable comments" +msgstr "" + +#: models.py:11 +msgid "template name" +msgstr "" + +#: models.py:12 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:13 +msgid "registration required" +msgstr "" + +#: models.py:13 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:18 +msgid "flat page" +msgstr "" + +#: models.py:19 +msgid "flat pages" +msgstr "" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..5e800a4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po new file mode 100644 index 0000000..662aa59 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Michael Thornhill <michael@maithu.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/" +"ga/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ga\n" +"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Ard-rogha" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Sampla '/about/contact/' Déan cinnte go bhfuil príomhslaid agus cúlslais " +"agat." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ní mór an luach a bhfuil ach litreacha, uimhreacha, poncanna, béim, dashes, " +"slaiseanna nó thilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Tá slais tosaigh in easnamh ag an URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Tá slais deireanach in easnamh ag an URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Tá flatpage le url %(url)s ann cheana le suíomh %(site)s." + +#: models.py:12 +msgid "title" +msgstr "teideal" + +#: models.py:13 +msgid "content" +msgstr "inneachar" + +#: models.py:14 +msgid "enable comments" +msgstr "Cuir nótaí tráchta ar chumas" + +#: models.py:15 +msgid "template name" +msgstr "ainm an teimpléid" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Sampla: 'flatpages/contact_page.html'. Muna bhfuil sé ar soláthair, bainfidh " +"an córás úsáid as 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "clárúchán riachtanach" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Dá mbéadh é seo seicailte, ní beidh ach úsáideora logáilte isteach in ann an " +"leathanach seo a fheiceail" + +#: models.py:24 +msgid "flat page" +msgstr "leacleathanach" + +#: models.py:25 +msgid "flat pages" +msgstr "leacleathanaigh" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Tá an réimse seo riachtanach." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..06daca3 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po new file mode 100644 index 0000000..c45be56 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# fasouto <fsoutomoure@gmail.com>, 2011 +# fonso <fonzzo@gmail.com>, 2011,2013 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Leandro Regueiro <leandro.regueiro@gmail.com>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-09-07 12:03+0000\n" +"Last-Translator: Leandro Regueiro <leandro.regueiro@gmail.com>\n" +"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/" +"gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opcións avanzadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exemplo: '/about/contact/'. Lembre incluír as barras ao principio e ao final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor soamente pode conter letras, números, puntos, guións baixos, " +"guións, barras inclinadas e tiles do eñe (~)." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Falta unha barra inclinada no principio da URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Falta unha barra inclinada no final da URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Xa existe unha páxina simple con url %(url)s no sitio %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "contido" + +#: models.py:14 +msgid "enable comments" +msgstr "activar comentarios" + +#: models.py:15 +msgid "template name" +msgstr "nome da plantilla" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemplo: 'flatpages/contact_page.html'. Se non se especifica, o sistema " +"usará 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "require rexistro" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Se se marca, só poderán ver a páxina os usuarios identificados." + +#: models.py:24 +msgid "flat page" +msgstr "páxina simple" + +#: models.py:25 +msgid "flat pages" +msgstr "páxinas simples" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Requírese este campo." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..761ec0c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po new file mode 100644 index 0000000..e196b19 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Alex Gaynor <alex.gaynor@gmail.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Meir Kriheli <mkriheli@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/" +"he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "אפשרויות מתקדמות" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"לדוגמא: '/about/contact/'. יש לוודא הימצאות הקווים הנטויים בהתחלה ובסוף." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"הערך הזאת חייב להכיל רק אותיות, מספרים, נקודות, מקפים, קווים תחתונים, חתכים " +"או סימני טילדה בלבד." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "חסר קו נטוי בתחילת URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "חסר קו נטוי בסוף URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "קיים כבר דף פשוט עם url %(url)s עבור אתר %(site)s" + +#: models.py:12 +msgid "title" +msgstr "כותרת" + +#: models.py:13 +msgid "content" +msgstr "תוכן" + +#: models.py:14 +msgid "enable comments" +msgstr "אפשר תגובות" + +#: models.py:15 +msgid "template name" +msgstr "שם תבנית" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"דוגמא: 'flatpages/contact_page.html'. אם לא צויין, המערכת תשתמש ב-'flatpages/" +"default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "הרשמה נדרשת" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "אם מסומן, רק משתמשים מחוברים יוכלו לצפות בדף." + +#: models.py:24 +msgid "flat page" +msgstr "דף פשוט" + +#: models.py:25 +msgid "flat pages" +msgstr "דפים פשוטים" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "יש להזין תוכן בשדה זה." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..0101160 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 0000000..d727fc4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po @@ -0,0 +1,96 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chandan kumar <chandankumar.093047@gmail.com>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Sandeep Satavlekar <sandysat@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/" +"hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "उन्नत विकल्प" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "अग्रणी है और अनुगामी स्लैश का होना सुनिश्चित करें. उदाहरण: '/about/contact/'" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "इस मूल्य में सिर्फ वर्णाक्षर, अंक, बिंदु, रेखांकन, डैश, स्लैश और टिल्ड्स ही होने चाहिए" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "यूआरएल से प्रमुख स्लैश गायब है." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "यूआरएल से अनुगामी स्लैश गायब है." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(site)s साइट के लिए %(url)s यूआरएल के साथ चपटापृष्ट मौजूद है." + +#: models.py:12 +msgid "title" +msgstr "शीर्षक" + +#: models.py:13 +msgid "content" +msgstr "विषय सूची" + +#: models.py:14 +msgid "enable comments" +msgstr "टिप्पणियां सक्षम करें" + +#: models.py:15 +msgid "template name" +msgstr "सांचे का नाम" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"उदाहरण: 'flatpages/contact_page.html'. यदि यह जिक्र नहीं किया तो यह प्रणाली " +"'flatpages/default.html' का प्रयोग करेगी. ." + +#: models.py:17 +msgid "registration required" +msgstr "पंजीकरण आवश्यक" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "अगर इस जाँच की है, केवल लॉग इन करने वालों के लिए पृष्ठ देखने में सक्षम हो जाएगा." + +#: models.py:24 +msgid "flat page" +msgstr "चपटा पृष्ट" + +#: models.py:25 +msgid "flat pages" +msgstr "चपटे पृष्ट" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "यह क्षेत्र अपेक्षित हैं" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..4842914 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po new file mode 100644 index 0000000..1bf763c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa <aljosa.mohorovic@gmail.com>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/" +"hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hr\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Napredne opcije" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Primjer: '/about/contact/'. Provjerite ako imate prvi i preostale slash-eve " +"(/)." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ova vrijednost može sadržavati samo slova, brojeve, točke, podvlake, crtice, " +"kose crte ili tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL-u nedostaje početni /." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL-u nedostaje / na kraju." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Stranica sa URL-om %(url)s već postoji za web %(site)s" + +#: models.py:12 +msgid "title" +msgstr "naslov" + +#: models.py:13 +msgid "content" +msgstr "sadržaj" + +#: models.py:14 +msgid "enable comments" +msgstr "uključi komentare" + +#: models.py:15 +msgid "template name" +msgstr "ime template-a" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Primjer: 'flatpages/contact_page.html'. Ako navedeno nije definirano sistem " +"će koristiti 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registracija obavezna" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ako je ovo selektirano samo logirani korisnici moći će vidjeti ovu stranicu." + +#: models.py:24 +msgid "flat page" +msgstr "statična stranica" + +#: models.py:25 +msgid "flat pages" +msgstr "statične stranice" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Unos za ovo polje je obavezan." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7786399 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000..9f54cf4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Szilveszter Farkas <szilveszter.farkas@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/" +"language/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "További beállítások" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Például: '/about/contact/'. Figyeljen a nyitó és záró perjelre!" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ez az érték csak betűt, számot, pontot, aláhúzást, kötőjelet, perjelet, vagy " +"hullámot tartalmazhat." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "AZ URL-ből hiányzik a kezdő perjel." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "AZ URL-ből hiányzik a záró perjel." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(site)s honlapon már létezik egyszerű oldal ezzel az URL-lel: %(url)s" + +#: models.py:12 +msgid "title" +msgstr "cím" + +#: models.py:13 +msgid "content" +msgstr "tartalom" + +#: models.py:14 +msgid "enable comments" +msgstr "megjegyzések engedélyezése" + +#: models.py:15 +msgid "template name" +msgstr "sablon neve" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Példa: 'flatpages/contact_page'. Ha ez nem létezik, a rendszer a 'flatpages/" +"default.html' sablont fogja használni." + +#: models.py:17 +msgid "registration required" +msgstr "regisztráció szükséges" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ha ez be van jelölve, csak bejelentkezett felhasználó tudja az oldalt " +"megnézni." + +#: models.py:24 +msgid "flat page" +msgstr "egyszerű oldal" + +#: models.py:25 +msgid "flat pages" +msgstr "egyszerű oldalak" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ennek a mezőnek a megadása kötelező." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..bfa2a58 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000..0a390f0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Interlingua (http://www.transifex.com/projects/p/django/" +"language/ia/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ia\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Iste campo es obligatori." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..96d5818 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000..8d8f2fb --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# rodin <romihardiyanto@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/" +"language/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opsi lanjutan" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Contoh: '/about/contact/'. Pastikan dimulai dan diakhiri dengan garis miring " +"(/)." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Nilai hanya hanya dapat berisi huruf, angka, titik, garis bawah, tanda " +"minus, garis miring, atau tanda tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Tidak ada garis miring awal pada URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Tidak ada garis miring akhir pada URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Laman tetap %(url)s sudah ada untuk situs %(site)s" + +#: models.py:12 +msgid "title" +msgstr "judul" + +#: models.py:13 +msgid "content" +msgstr "isi" + +#: models.py:14 +msgid "enable comments" +msgstr "aktifkan komentar" + +#: models.py:15 +msgid "template name" +msgstr "nama templat" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Contoh: 'flatpages/contact_page.html'. Jika tidak tersedia, sistem akan " +"menggunakan 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "pendaftaran diwajibkan" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Jika dipilih, hanya pengguna ter-otentikasi yang bisa mengunjungi halaman " +"ini." + +#: models.py:24 +msgid "flat page" +msgstr "laman tetap" + +#: models.py:25 +msgid "flat pages" +msgstr "laman tetap" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Bidang ini wajib diisi." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..581d4f4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po new file mode 100644 index 0000000..c7bf80b --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Hafsteinn Einarsson <haffi67@gmail.com>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/" +"language/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Ítarlegar stillingar" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Veffang" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Dæmi: '/about/contact/'. Passaðu að hafa skástrik fremst og aftast." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Þessi reitur má aðeins innihalda bókstafi (ekki broddstafi), tölustafi og " +"táknin . / - _ og ~." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Skástrik vantar fremst í slóð" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Skástrik vantar aftast í slóð" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "'Flatpage' með slóðina %(url)s er þegar til fyrir síðuna %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titill" + +#: models.py:13 +msgid "content" +msgstr "innihald" + +#: models.py:14 +msgid "enable comments" +msgstr "virkja athugasemdir" + +#: models.py:15 +msgid "template name" +msgstr "nafn sniðmáts" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Dæmi: 'flatpages/contact_page.html'. Ef ekkert er gefið upp mun kerfið nota " +"'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "skráning nauðsynleg" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Ef þetta er valið geta eingöngu innskráðir notendur séð síðuna." + +#: models.py:24 +msgid "flat page" +msgstr "flatskrá" + +#: models.py:25 +msgid "flat pages" +msgstr "flatskrár" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Þennan reit þarf að fylla út." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..b857b9a --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..02c6e40 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/django/language/" +"it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opzioni avanzate" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Esempio: '/about/contact/'. Assicurati di inserire le barre diagonali " +"iniziali e finali." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Questo valore deve contenere solo lettere, numeri, punti, underscore, " +"trattini, barre diagonali o tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Manca una barra iniziale nella URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Manca una barra finale nella URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "La flatpage con url %(url)s esiste già per il sito %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titolo" + +#: models.py:13 +msgid "content" +msgstr "contenuto" + +#: models.py:14 +msgid "enable comments" +msgstr "abilita commenti" + +#: models.py:15 +msgid "template name" +msgstr "nome template" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Esempio: 'flatpages/contact_page.html'. Se non specificato, il sistema userà " +"'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registrazione obbligatoria" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Se selezionato, solo gli utenti che hanno effettuato l'accesso potranno " +"vedere la pagina." + +#: models.py:24 +msgid "flat page" +msgstr "flat page" + +#: models.py:25 +msgid "flat pages" +msgstr "flat page" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Questo campo è obbligatorio." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..a6bbde1 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000..6c585fe --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Shinya Okano <tokibito@gmail.com>, 2012 +# Tetsuya Morimoto <tetsuya.morimoto@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/" +"ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "詳細設定" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"例: '/about/contact/'. 先頭と最後にスラッシュがあるか確認してください。" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"この値は文字、数字、ドット、アンダースコア、ダッシュ、スラッシュかチルダのみ" +"でなければいけません。" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URLの先頭はスラッシュが必要です。" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URLの末尾はスラッシュが必要です。" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "URL %(url)s のフラットページは %(site)s のサイトに既に存在しています。" + +#: models.py:12 +msgid "title" +msgstr "タイトル" + +#: models.py:13 +msgid "content" +msgstr "内容" + +#: models.py:14 +msgid "enable comments" +msgstr "コメントを有効にする" + +#: models.py:15 +msgid "template name" +msgstr "テンプレート名" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"例: 'flatpages/contact_page.html'. 指定しなければ、デフォルト設定" +"の'flatpages/default.html' を使います。" + +#: models.py:17 +msgid "registration required" +msgstr "登録が必要です" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "チェックした場合、ログインしたユーザーだけがページを参照できます。" + +#: models.py:24 +msgid "flat page" +msgstr "フラットページ" + +#: models.py:25 +msgid "flat pages" +msgstr "フラットページ" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "このフィールドは必須です。" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..62a4334 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 0000000..86ecca0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# André Bouatchidzé <a@anbz.net>, 2013 +# David Avsajanishvili <avsd05@gmail.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/" +"ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "დამატებითი პარამეტრები" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"მაგალითი: '/about/contact/'. ყურადღება მიაქციეთ დახრილ ხაზებს თავში და " +"ბოლოში." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"ეს მნიშვნელობა უნდა შეიცავდეს მხოლოდ ლათინურ ასოებს, ციფრებს, წერტილებს, " +"ხაზგასმის ნიშნებს, დეფისებს, დახრილ ხაზებს და ტილდებს." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL-ს დასაწყისში აკლია დახრილი ხაზი." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL-ს ბოლოში აკლია დახრილი ხაზი." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "უბრალო გვერდი url-ით %(url)s უკვე არსებობს საიტისთვის %(site)s" + +#: models.py:12 +msgid "title" +msgstr "სათაური" + +#: models.py:13 +msgid "content" +msgstr "კონტენტი" + +#: models.py:14 +msgid "enable comments" +msgstr "ჩავრთოთ კომენტარები" + +#: models.py:15 +msgid "template name" +msgstr "შაბლონის სახელი" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"მაგალითი: 'flatpages/contact_page.html'. თუ იგი მითითებული არ არის, " +"გამოყენებული იქნება 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "რეგისტრაცია აუცილებელია" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"თუ ეს დროშა ჩართულია, მხოლო შემოსულ მომხმარებლებს ექნებათ გვერდის " +"დათვალიერების საშუალება." + +#: models.py:24 +msgid "flat page" +msgstr "უბრალო გვერდი" + +#: models.py:25 +msgid "flat pages" +msgstr "უბრალო გვერდები" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ეს ველი აუცილებელია." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..c9c5bef --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 0000000..9ad918c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# yun_man_ger <germanilyin@gmail.com>, 2011 +# Zhazira <zhazira.mt@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/" +"kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Толық опциялар" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Мысал: '/about/contact/'. Басында және аяғында слэштің болуын тексеріңіз." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Бұл мән тек әріптерден, сандардан, нүктелерден, төменгі сызықтардан, " +"сызықшалардан, слэштерден немесе тильдалардан құралуы тиіс. " + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "атау" + +#: models.py:13 +msgid "content" +msgstr "мазмұн" + +#: models.py:14 +msgid "enable comments" +msgstr "комментарийларды рұқсат ету" + +#: models.py:15 +msgid "template name" +msgstr "шаблон атауы" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Мысал: 'flatpages/contact_page.html'. Ештенке берілмесе, 'flatpages/default." +"html' қолданылады." + +#: models.py:17 +msgid "registration required" +msgstr "тіркеу қажетті" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Бұл белгіленген жағдайда, тек енген қолданушылар ғана бетті көре алады." + +#: models.py:24 +msgid "flat page" +msgstr "Жай бет" + +#: models.py:25 +msgid "flat pages" +msgstr "Жай беттер" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Бұл өрісті толтыру міндетті." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..90daaf5 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000..f836a57 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po @@ -0,0 +1,95 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Khmer (http://www.transifex.com/projects/p/django/language/" +"km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "អាស័យដ្ឋានគេហទំព័រ(URL)" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"ឧទាហរណ៍ '/about/contact/' ។ ត្រូវប្រាកដថាមានសញ្ញា / ទាំងនៅផ្នែកខាងមុខ និង ខាងក្រោយ។" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "ចំណងជើង" + +#: models.py:13 +msgid "content" +msgstr "អត្ថន័យ" + +#: models.py:14 +msgid "enable comments" +msgstr "អនុញ្ញាត" + +#: models.py:15 +msgid "template name" +msgstr "ឈ្មោះឯកសារគំរូ" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"ឧទាហរណ៍ 'flatpages/contact_page.html'។ ប្រសិនឯកសារនេះមិនមានទេ" +" នោះឯកសារ 'flatpages/default.html'នឹងត្រូវប្រើ។" + +#: models.py:17 +msgid "registration required" +msgstr "ត្រូវការសមាជិកភាព" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "ប្រសិនជាចុចជ្រើសរើសយកជំរើសនេះ នោះ មានតែសមាជិកទេដែលអាចមើលទំព័រនេះបាន។" + +#: models.py:24 +msgid "flat page" +msgstr "ទំព័ថ្មី" + +#: models.py:25 +msgid "flat pages" +msgstr "ទំព័ថ្មី" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ចាំបាច់បំពេញទិន្នន័យកន្លែងនេះ។" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7b0d1b0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 0000000..6168257 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po @@ -0,0 +1,96 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/" +"kn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"ಉದಾ:'/about/contact/'. ಮೊದಲು ಮತ್ತು ಕೊನೆಯಲ್ಲಿ ಓರೆಗೆರೆ (/) ಇರುವಂತೆ ನೋಡಿಕೊಳ್ಳಿ." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "ಶೀರ್ಷಿಕೆ" + +#: models.py:13 +msgid "content" +msgstr "ಒಳವಿಷಯ" + +#: models.py:14 +msgid "enable comments" +msgstr "ಟಿಪ್ಪಣಿಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" + +#: models.py:15 +msgid "template name" +msgstr "ಟೆಂಪ್ಲೇಟಿನ ಹೆಸರು" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"ಉದಾ:'flatpages/contact_page.html'. ಇದನ್ನು ಕೊಡದಿದ್ದರೆ ಗಣಕವ್ಯವಸ್ಥೆಯು 'flatpages/" +"default.html' ಅನ್ನು ಬಳಸುವದು." + +#: models.py:17 +msgid "registration required" +msgstr "ನೋಂದಾವಣೆ ಅಗತ್ಯವಿದೆ." + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"ಇದರಲ್ಲಿ ಗುರುತು ಮಾಡಿದರೆ, ಒಳಬಂದ (ಲಾಗಿನ್ ಆದ) ಬಳಕೆದಾರರು ಮಾತ್ರ ಪುಟವನ್ನು ನೋಡಬಹುದು." + +#: models.py:24 +msgid "flat page" +msgstr "ಚಪ್ಪಟೆ ಪುಟ" + +#: models.py:25 +msgid "flat pages" +msgstr "ಚಪ್ಪಟೆ ಪುಟಗಳು" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ಈ ಸ್ಥಳವು ಅಗತ್ಯವಿರುತ್ತದೆ." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..d2e215c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 0000000..a3b04e4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,96 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jaehong Kim <mixe@korea.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/" +"ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "고급 옵션" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "앞, 뒤에 슬래시(/)를 넣으세요. 예:'/about/contact/' " + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"이 문자열은 문자, 수자, 점, 언더스코어, 대쉬, 슬래쉬, 틸드만 사용해야 합니다." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "제목" + +#: models.py:13 +msgid "content" +msgstr "내용" + +#: models.py:14 +msgid "enable comments" +msgstr "사용 가능한 코멘트" + +#: models.py:15 +msgid "template name" +msgstr "템플릿명" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"예: 'flatpages/contact_page.html' 를 사용할 수 없는 경우 시스템이 'flatpages/" +"default.html' (을)를 사용합니다." + +#: models.py:17 +msgid "registration required" +msgstr "등록하세요." + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "체크할 경우, 로그인 사용자만 해당 페이지를 볼 수 있습니다." + +#: models.py:24 +msgid "flat page" +msgstr "플랫 페이지" + +#: models.py:25 +msgid "flat pages" +msgstr "플랫 페이지(들)" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "필수 항목입니다." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..93360fa --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 0000000..9bd6190 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/django/" +"language/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..9ed91eb --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 0000000..1cf5516 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Kostas <tamosiunas@gmail.com>, 2011 +# Simonas Kazlauskas <simonas@kazlauskas.me>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/" +"language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Sudėtingesni nustatymai" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Nuoroda" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Pavyzdžiui: '/about/contact/'. Įsitikink, kad yra pasvirieji brūkšniai " +"pradžioj ir gale." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ši reikšmė gali būti sudaryta tik iš raidžių, skaičių, pabraukimų, brūkšnių " +"ir/arba pasvirų brūkšnių." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Nuorodos pradžioje trūksta pasvirojo brūkšnio." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Nuorodos pabaigoje trūksta pasvirojo brūkšnio." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Paprastas puslapis su adresu %(url)s %(site)s puslapyje jau egzistuoja" + +#: models.py:12 +msgid "title" +msgstr "pavadinimas" + +#: models.py:13 +msgid "content" +msgstr "turinys" + +#: models.py:14 +msgid "enable comments" +msgstr "įjungti komentavimą" + +#: models.py:15 +msgid "template name" +msgstr "šablono vardas" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Pavyzdžiui: 'flatpages/contact_page.html'. Jeigu bus nenurodytas, sistema " +"naudos 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registracija privaloma" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Jeigu pažymėta, tik prisijungę vartotojai galės matyti šį puslapį." + +#: models.py:24 +msgid "flat page" +msgstr "paprastas puslapis" + +#: models.py:25 +msgid "flat pages" +msgstr "paprasti puslapiai" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Šis laukas yra privalomas." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..5bd33cb --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000..a04caae --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/" +"lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Papildus opcijas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Piemēram: '/about/contact/'. Pārliecinieties, ka esat ievietojuši sākuma un " +"beigu slīpsvītras." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "virsraksts" + +#: models.py:13 +msgid "content" +msgstr "saturs" + +#: models.py:14 +msgid "enable comments" +msgstr "ieslēgt komentārus" + +#: models.py:15 +msgid "template name" +msgstr "šablona nosaukums" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Piemēram: 'flatpages/contact_page.html'. Ja tas nav norādīts, sistēma " +"lietos 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "reģistrācija obligāta" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ja šis ir atzīmēts, tikai pieslēgušies lietotāji, varēs piekļūt šai lapu." + +#: models.py:24 +msgid "flat page" +msgstr "vienkārša lapa" + +#: models.py:25 +msgid "flat pages" +msgstr "vienkāršas lapas" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Šis lauks ir obligāts." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..5776d0f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000..e3cd539 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# vvangelovski <vvangelovski@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/" +"language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Напредни можности" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"На пр. „/за_сајтот/контакт/“. Осигурајте се да имате коса црта и на крајот и " +"на почетокот." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Оваа вредност смее да има само букви, бројки, долни црти, црти, коси црти " +"или тилди." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "На линкот му недостасува почетна црта." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "На линкот му недостасува завршна црта." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Страница со url %(url)s веќе постои за сајт %(site)s" + +#: models.py:12 +msgid "title" +msgstr "наслов" + +#: models.py:13 +msgid "content" +msgstr "содржина" + +#: models.py:14 +msgid "enable comments" +msgstr "овозможи коментари" + +#: models.py:15 +msgid "template name" +msgstr "име на шаблонот" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"На пр. „flatpages/kontakt.html'. Ако не го внесете ова, системот ќе користи " +"„flatpages/default.html“." + +#: models.py:17 +msgid "registration required" +msgstr "потребна е регистрација" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ако ова е штиклирано, само најавените корисници ќе можат да ја гледаат оваа " +"страница." + +#: models.py:24 +msgid "flat page" +msgstr "статична страница" + +#: models.py:25 +msgid "flat pages" +msgstr "статични страници" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ова поле е задолжително." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7d396d2 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 0000000..9e1fdd4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Rajeesh Nair <rajeeshrnair@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/" +"language/ml/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "ഉന്നത സൗകര്യങ്ങള്" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL(വെബ്-വിലാസം)" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "ഉദാ: '/about/contact/'. ആദ്യവും അവസാനവും സ്ളാഷുകള് നിര്ബന്ധം." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"ഈ വിലയില് അക്ഷരങ്ങള്, അക്കങ്ങള്, വിരാമം (ബിന്ദു), അടിവര (അണ്ടര്സ്കോര്), വരകള് (ഡാഷ്), സ്ളാഷ്" +"(/), ടില്ഡ് (~) എന്നിവ മാത്രമേ പാടുള്ളൂ." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URLന്റെ മുന്വശത്ത് ഒരു സ്ലാഷിന്റെ കുറവുണ്ട്." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URLന്റെ പിന്വശത്ത് ഒരു സ്ലാഷിന്റെ കുറവുണ്ട്." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(site)s എന്ന സൈറ്റിനു %(url)s എന്ന url ഉള്ള ഫ്ലാറ്റ്പേജ് നിലവിലുണ്ട്" + +#: models.py:12 +msgid "title" +msgstr "ശീര്ഷകം" + +#: models.py:13 +msgid "content" +msgstr "ഉള്ളടക്കം" + +#: models.py:14 +msgid "enable comments" +msgstr "അഭിപ്രായങ്ങള് അനുവദിക്കുക" + +#: models.py:15 +msgid "template name" +msgstr "ടെമ്പ്ലേറ്റിന്റെ പേര്" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"ഉദാ: 'flatpages/contact_page.html'. ഇതു നല്കിയില്ലെങ്കില്, 'flatpages/default." +"html' എന്ന വിലാസം ഉപയോഗിക്കപ്പെടും." + +#: models.py:17 +msgid "registration required" +msgstr "രജിസ്ട്രേഷന് ആവശ്യമാണ്" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "ഇതു ടിക് ചെയ്താല് പിന്നെ ലോഗ്-ഇന് ചെയ്ത യൂസര്ക്കു മാത്രമേ ഈ പേജ് കാണാന് കഴിയൂ." + +#: models.py:24 +msgid "flat page" +msgstr "ഫ്ളാറ്റ് പേജ്" + +#: models.py:25 +msgid "flat pages" +msgstr "ഫ്ളാറ്റ് പേജുകള്" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ഈ കള്ളി(ഫീല്ഡ്) നിര്ബന്ധമാണ്." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..e587d33 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 0000000..0135558 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Анхбаяр Анхаа <l.ankhbayar@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/" +"language/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Дээд хэрэглээний сонголтууд" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Жишээ: '/about/contact/'. Хөтлөх буюу зам заах ташуу зураас байх хэрэгтэй." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Энэ хэсэгт зөвхөн үсэг, тоо, цэг, доогуур зураас, налуу зураасууд бичих " +"боломжтой. " + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL ийн эхний slash ийг мартсан байна." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL ийн арийн slash ийг мартсан байна" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Хуудасны хаяг %(url)s %(site)s дээр давхардаж байна." + +#: models.py:12 +msgid "title" +msgstr "гарчиг" + +#: models.py:13 +msgid "content" +msgstr "агуулга" + +#: models.py:14 +msgid "enable comments" +msgstr "санал сэтгэгдэл үлдээх боломжтой болгох" + +#: models.py:15 +msgid "template name" +msgstr "загварын нэр" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Жишээ: 'flatpages/contact_page.html'. Хэрэв ийм зүйл гарч ирэхгүй бол систем " +"'flatpages/default.html'-ийг хэрэглэнэ." + +#: models.py:17 +msgid "registration required" +msgstr "бүртгэгдсэн хэрэглэгчид үзнэ" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Үүнийг чагтлавал зөвхөн сайтад нэвтэрсэн хэрэглэгч сайтыг харах боломжтой " +"болно." + +#: models.py:24 +msgid "flat page" +msgstr "өөрчлөлтгүй хуудас" + +#: models.py:25 +msgid "flat pages" +msgstr "өөрчлөлтгүй хуудаснууд" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Энэ талбарыг бөглөх шаардлагатай." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..5d7743d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po new file mode 100644 index 0000000..7185b7f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Burmese (http://www.transifex.com/projects/p/django/language/" +"my/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: my\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "ယူအာအယ်" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7af11a6 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000..ee11265 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# jonklo <jonklo@gmail.com>, 2011-2012 +# Sigurd Gartmann <sigurdga-transifex@sigurdga.no>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/" +"language/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Avanserte innstillinger" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Nettadresse" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Eksempel: «/om/kontakt/». Kontroller at det er en skråstrek foran og bak." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Dette feltet kan kun inneholde bokstaver, nummer, skilletegn, understreker, " +"bindestreker, skråstreker eller tilder." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL mangler innledende skråstrek." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL mangler avsluttende skråstrek." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Flatside med URL-en %(url)s finnes allerede for siden %(site)s" + +#: models.py:12 +msgid "title" +msgstr "tittel" + +#: models.py:13 +msgid "content" +msgstr "innhold" + +#: models.py:14 +msgid "enable comments" +msgstr "tillat kommentarer" + +#: models.py:15 +msgid "template name" +msgstr "malnavn" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Eksempel: «flatpages/kontakt_side.html». Hvis denne ikke er gitt, vil " +"«flatpages/default.html» bli brukt." + +#: models.py:17 +msgid "registration required" +msgstr "krever registrering" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Hvis denne er krysset av, kan kun innloggede brukere se siden." + +#: models.py:24 +msgid "flat page" +msgstr "flatside" + +#: models.py:25 +msgid "flat pages" +msgstr "flatsider" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Feltet er påkrevet." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..5b6a98d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po new file mode 100644 index 0000000..7ed9a9f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Sagar Chalise <chalisesagar@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/" +"ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "उदाहरणका लागि: '/about/contact/' । अगाडि र पछाडि '/' राख्न नभुल्नुहोला ।" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "यो मानमा अंक, वर्ण, थोप्लो, अन्डरस्कोर, ड्यास, स्ल्यास र टिल्ड मात्र हुनुपर्दछ ।" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "शीर्षक" + +#: models.py:13 +msgid "content" +msgstr "विषय" + +#: models.py:14 +msgid "enable comments" +msgstr "प्रतिकृयाको लागि मञ्जुरी दिनुहोस" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "यो फाँट अनिवार्य छ ।" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7ed69bf --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..f1a72ae --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Harro van der Klauw <hvdklauw@gmail.com>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Jeffrey Gelens <jeffrey@noppo.pro>, 2012 +# Tino de Bruijn <tinodb@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django/language/" +"nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Geavanceerde opties" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Voorbeeld: '/about/contact/'. Zorg voor slashes aan het begin en eind." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Deze waarde mag alleen letters, cijfers, punten, lage streepjes, streepjes, " +"schuine strepen of tildes bevatten." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "In de URL ontbreekt een begin slash." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "In de URL ontbreekt een eind slash." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Platte pagina met url %(url)s bestaat al voor site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titel" + +#: models.py:13 +msgid "content" +msgstr "inhoud" + +#: models.py:14 +msgid "enable comments" +msgstr "opmerkingen toestaan" + +#: models.py:15 +msgid "template name" +msgstr "sjabloonnaam" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Voorbeeld: 'flatpages/contact_page.html'. Als deze niet is opgegeven, dan " +"wordt 'flatpages/default.html' gebruikt." + +#: models.py:17 +msgid "registration required" +msgstr "registratie verplicht" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Indien dit is aangevinkt kunnen alleen ingelogde gebruikers deze pagina " +"bekijken." + +#: models.py:24 +msgid "flat page" +msgstr "platte pagina" + +#: models.py:25 +msgid "flat pages" +msgstr "platte pagina's" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Dit veld is verplicht." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..2047300 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000..d4c8641 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# hgrimelid <havard@grimelid.com>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/" +"language/nn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Avanserte innstillingar" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Nettadresse" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Eksempel: '/om/kontakt/'. Kontroller at det er ein skråstrek framfor og bak." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Dette feltet kan berre innehalde bokstavar, nummer, skilleteikn, " +"understrekar, bindestrekar, skråstrekar eller tilder." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "tittel" + +#: models.py:13 +msgid "content" +msgstr "innhald" + +#: models.py:14 +msgid "enable comments" +msgstr "tillat kommentarer" + +#: models.py:15 +msgid "template name" +msgstr "malnamn" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Døme: 'flatpages/kontakt_side.html'. Dersom denne ikkje er gjeve, vil " +"'flatpages/default.html' bli brukt." + +#: models.py:17 +msgid "registration required" +msgstr "krevar registrering" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Dersom denne er kryssa av, kan berre innlogga brukarar sjå sida." + +#: models.py:24 +msgid "flat page" +msgstr "flatside" + +#: models.py:25 +msgid "flat pages" +msgstr "flatsider" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Feltet er påkravd." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..975b976 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po new file mode 100644 index 0000000..2e97a3f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Soslan Khubulov <soslanx@gmail.com>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Ossetic (http://www.transifex.com/projects/p/django/language/" +"os/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: os\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Флдӕр фадӕттӕ" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Цӕвиттон: '/about/contact/'. Дӕ хъус дар цӕмӕ дзы сӕйраг ӕмӕ хицӕнгӕнаг " +"слӕштӕ уой." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Ам хъуамӕ ӕрмӕст дамгъӕтӕ, стъӕлфытӕ, бынылхӕххытӕ, дефистӕ, слӕштӕ ӕмӕ " +"тильдӕтӕ уой." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL-ы сӕйраг слӕш нӕй." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL-ы хицӕнгӕнаг слӕш нӕй." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(url)s url-имӕ тъӕпӕнфарс нырид ис %(site)s сайтӕн" + +#: models.py:12 +msgid "title" +msgstr "сӕр" + +#: models.py:13 +msgid "content" +msgstr "мидис" + +#: models.py:14 +msgid "enable comments" +msgstr "хъуыдытӕ баиу кӕнын" + +#: models.py:15 +msgid "template name" +msgstr "хуызӕгы ном" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Цӕвиттон: 'flatpages/contact_page.html'. Кӕд ай лӕвӕрд нӕу, уӕд системӕ " +"сӕвӕрдзӕн 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "регистраци хъӕуы" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Кӕд ай нысангонд у, уӕд ацы фарс ӕрмӕст системӕмӕ хызт архайджытӕн уыдзӕнис " +"бар уынын." + +#: models.py:24 +msgid "flat page" +msgstr "тъӕпӕн фарс" + +#: models.py:25 +msgid "flat pages" +msgstr "тъӕпӕн фӕрстӕ" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ацы быдыр ӕнӕмӕнг у." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..40807fd --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000..112d00f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po @@ -0,0 +1,92 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/django/" +"language/pa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "ਤਕਨੀਕੀ ਚੋਣਾਂ" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "ਟਾਈਟਲ" + +#: models.py:13 +msgid "content" +msgstr "ਸਮੱਗਰੀ" + +#: models.py:14 +msgid "enable comments" +msgstr "ਟਿੱਪਣੀਆਂ ਚਾਲੂ" + +#: models.py:15 +msgid "template name" +msgstr "ਟੈਪਲੇਟ ਨਾਂ" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "ਰਜਿਸਟਰੇਸ਼ਨ ਲੋੜੀਦੀ ਹੈ" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ਇਹ ਖੇਤਰ ਲਾਜ਼ਮੀ ਹੈ।" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..760188f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..e368873 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# angularcircle, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/django/language/" +"pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opcje zaawansowane" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Przykład: '/about/contact/'. Upewnij się że wpisałeś otwierający i " +"zamykający ukośnik." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"To pole może zawierać jedynie litery, cyfry, kropki, podkreślenia, myślniki " +"i ukośniki lub tyldy." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Na początku adresu URL brakuje ukośnika" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Na końcu adresu URL brakuje ukośnika" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" +"Strona statyczna o adresie %(url)s została już utworzona dla domeny %(site)s" + +#: models.py:12 +msgid "title" +msgstr "tytuł" + +#: models.py:13 +msgid "content" +msgstr "zawartość" + +#: models.py:14 +msgid "enable comments" +msgstr "włącz komentarze" + +#: models.py:15 +msgid "template name" +msgstr "nazwa szablonu" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Przykład: 'flatpages/contact_page.html'. Jeżeli nie zostanie podane, system " +"użyje 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "wymagana rejestracja" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Jeżeli zaznaczone - tylko zalogowani użytkownicy będą mogli zobaczyć stronę." + +#: models.py:24 +msgid "flat page" +msgstr "strona statyczna" + +#: models.py:25 +msgid "flat pages" +msgstr "strony statyczne" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "To pole jest wymagane." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..402e42f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000..3a21843 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Nuno Mariz <nmariz@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-10-31 16:28+0000\n" +"Last-Translator: Nuno Mariz <nmariz@gmail.com>\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/django/" +"language/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opções avançadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exemplo: '/about/contact/'. Verifique se possui as barras no inicio e no fim." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor apenas poderá conter letras, números, pontos, underscores, " +"hífenes, barras ou tils." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Está a faltar a barra inicial no URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Está a faltar a barra final no URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "A página plana com o url %(url)s já existe no site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "conteúdo" + +#: models.py:14 +msgid "enable comments" +msgstr "permitir comentários" + +#: models.py:15 +msgid "template name" +msgstr "nome da template" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemplo: 'flatpages/contact_page.html'. Se não for fornecido, o sistema " +"usará: 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "é necessário registo" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Se estiver selecionado, apenas utilizadores autenticados poderão ver esta " +"página." + +#: models.py:24 +msgid "flat page" +msgstr "página plana" + +#: models.py:25 +msgid "flat pages" +msgstr "páginas planas" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo é obrigatório." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..8953603 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..cb42a54 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,103 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# andrewsmedina <andrewsmedina@gmail.com>, 2013 +# Eduardo Carvalho <eduardocereto@gmail.com>, 2011 +# Fábio <bnafta@gmail.com>, 2013 +# Guilherme Gondim <semente@taurinus.org>, 2012-2013 +# Jannis Leidel <jannis@leidel.info>, 2011 +# seocam <seocam@seocam.com>, 2013 +# Thiago Avelino <Thiagoavelinoster@gmail.com>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-08-13 19:01+0000\n" +"Last-Translator: Guilherme Gondim <semente@taurinus.org>\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"django/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opções avançadas" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "Exemplo: '/sobre/contato/'. Lembre-se das barras no começo e no final." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Este valor deve conter apenas letras, números, pontos, sublinhados, traços, " +"barras ou til." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Está faltando uma barra no início da URL." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Está faltando uma barra no final da URL." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Uma flatpage com a URL %(url)s já existe para o site %(site)s" + +#: models.py:12 +msgid "title" +msgstr "título" + +#: models.py:13 +msgid "content" +msgstr "conteúdo" + +#: models.py:14 +msgid "enable comments" +msgstr "habilitar comentários" + +#: models.py:15 +msgid "template name" +msgstr "nome do template" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemplo: 'flatpages/contact_page.html'. Se não for informado, será utilizado " +"'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registro obrigatório" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Se estiver assinalado, apenas usuários autenticados poderão ver a página." + +#: models.py:24 +msgid "flat page" +msgstr "página plana" + +#: models.py:25 +msgid "flat pages" +msgstr "páginas planas" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Este campo é obrigatório." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..a12342b --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000..854d9ea --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Daniel Ursache-Dogariu <contact@danniel.net>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Romanian (http://www.transifex.com/projects/p/django/language/" +"ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Opțiuni avansate" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exemplu: '/despre/contact/'. Asigurați-vă că sunt bare oblice la început și " +"la sfârșit." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Această valoare trebuie să conţină doar litere, numere, puncte, linii joase, " +"cratime, bare oblice sau tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "titlu" + +#: models.py:13 +msgid "content" +msgstr "conținut" + +#: models.py:14 +msgid "enable comments" +msgstr "permite comentarii" + +#: models.py:15 +msgid "template name" +msgstr "nume șablon" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exemplu: 'flatpages/contact_page.html'. Dacă aceasta nu există, sistemul va " +"folosi 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "necesită înregistrare" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Dacă aceasta este bifată, numai utilizatorii autentificați vor putea vedea " +"pagina." + +#: models.py:24 +msgid "flat page" +msgstr "pagină statică" + +#: models.py:25 +msgid "flat pages" +msgstr "pagini statice" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Acest câmp este obligatoriu." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..26c02bf --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..98c10ee --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Eugene MechanisM <contact@mechanism.name>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +# Mike Yumatov <mike@yumatov.org>, 2011 +# Алексей Борискин <sun.void@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" +"ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Расширенные настройки" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Пример: '/about/contact/'. Убедитесь, что ввели начальную и конечную косые " +"черты." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Значение должно состоять только из букв, цифр и символов точки, " +"подчеркивания, тире, косой черты и тильды." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "В начале URL отсутствует косая черта" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "В конце URL отсутствует косая черта" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Простая страница с адресом %(url)s уже существует для сайта %(site)s" + +#: models.py:12 +msgid "title" +msgstr "заголовок" + +#: models.py:13 +msgid "content" +msgstr "содержимое" + +#: models.py:14 +msgid "enable comments" +msgstr "включить комментарии" + +#: models.py:15 +msgid "template name" +msgstr "имя шаблона" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Пример: 'flatpages/contact_page.html'. Если не указано, система будет " +"использовать 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "требуется регистрация" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Если отмечено, только вошедшие пользователи смогут видеть страницу." + +#: models.py:24 +msgid "flat page" +msgstr "простая страница" + +#: models.py:25 +msgid "flat pages" +msgstr "простые страницы" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Обязательное поле." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..fd3f894 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000..f09f917 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Marian Andre <marian@andre.sk>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django/language/" +"sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Pokročilé nastavenia" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Príklad: '/about/contact/'. Uistite sa, že máte lomky na začiatku a na konci." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Táto hodnota musí obsahovať len písmená, číslice, bodky, podčiarovníky, " +"pomlčky, lomky alebo vlnovky." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "V URL chýba úvodná lomka." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "V URL chýba koncová lomka." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Statická stránka s url %(url)s pre sídlo %(site)s už existuje." + +#: models.py:12 +msgid "title" +msgstr "názov" + +#: models.py:13 +msgid "content" +msgstr "obsah" + +#: models.py:14 +msgid "enable comments" +msgstr "povoliť komentáre" + +#: models.py:15 +msgid "template name" +msgstr "názov šablóny" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Príklad: 'flatpages/contact_page.html'. Ak nič nenapíšete, systém použije " +"'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "nutná registrácia" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ak je toto zaškrtnuté, stránku budú môcť prezerať len prihlásení " +"používatelia." + +#: models.py:24 +msgid "flat page" +msgstr "statická stránka" + +#: models.py:25 +msgid "flat pages" +msgstr "statické stránky" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Toto pole je povinné." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..a2c3ca5 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000..c357ca1 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# iElectric <domen@dev.si>, 2011 +# Jannis Leidel <jannis@leidel.info>, 2011 +# zejn <zejn@kiberpipa.org>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/django/" +"language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Napredne možnosti" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "Naslov URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Primer: '/about/contact/'. Poševnica (/) mora biti na začetku in na koncu " +"vnosa." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Vsebina lahko vsebuje samo črke, številke, pike, podčrtaje, poševnice, " +"črtice in tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Na začetku naslov URL manjka poševnica." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Na koncu naslova URL manjka poševnica." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Enostavna stran na naslovu %(url)s že obstaja na strani %(site)s" + +#: models.py:12 +msgid "title" +msgstr "naslov" + +#: models.py:13 +msgid "content" +msgstr "vsebina" + +#: models.py:14 +msgid "enable comments" +msgstr "omogoči opombe" + +#: models.py:15 +msgid "template name" +msgstr "ime predloge" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Primer: 'flatpages/contact_page.html'. Kadar je to polje prazno, sistem " +"uporabi 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "zahtevana je registracija" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Izbrana možnost omogoča ogled strani le prijavljenim uporabnikom." + +#: models.py:24 +msgid "flat page" +msgstr "enostavna stran" + +#: models.py:25 +msgid "flat pages" +msgstr "enostavne strani" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "To polje mora biti izpolnjeno." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..31d3cf6 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000..d640fc2 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik <besnik@programeshqip.org>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/django/language/" +"sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Mundësi të mëtejshme" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Shembull: '/rreth/kontakt/'. Sigurohuni që vendosni pjerraket përkatëse." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Kjo vlerë duhet të përmbajë vetëm shkronja, numra, pika, nënvija, vija " +"ndarëse, pjerrake ose shenjën afërsisht." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL-së i mungon një pjerrake në krye." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL-së i mungon një pjerrake në fund." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Ka tashmë një flatpage me url %(url)s për site-in %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titull" + +#: models.py:13 +msgid "content" +msgstr "lëndë" + +#: models.py:14 +msgid "enable comments" +msgstr "aktivizo komente" + +#: models.py:15 +msgid "template name" +msgstr "emër gjedheje" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Shembull: 'flatpages/contact_page.html'. Nëse nuk ka një të tillë, sistemi " +"do të përdorë 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "lypset regjistrim" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Po iu vu shenjë kësaj, vetëm përdoruesit që kanë bërë hyrjen do të jenë në " +"gjendje të shohin faqen." + +#: models.py:24 +msgid "flat page" +msgstr "faqe e e thjeshtë" + +#: models.py:25 +msgid "flat pages" +msgstr "faqe të thjeshta" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Kjo fushë është e domosdoshme." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..e93ff67 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000..b7cca12 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,101 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Janos Guljas <janos@resenje.org>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Serbian (http://www.transifex.com/projects/p/django/language/" +"sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sr\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Напредна подешавања" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Пример: '/about/contact/'. Пазите на то да постоје и почетне и завршне косе " +"црте." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Унета вредност може садржати само слова, бројке, тачке, доње црте, црте, " +"знаке разломка или тилде." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Недостаје коса црта на почетку URL-а." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Недостаје коса црта на крају URL-а." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Страница са адресом %(url)s већ постоји за сајт %(site)s" + +#: models.py:12 +msgid "title" +msgstr "наслов" + +#: models.py:13 +msgid "content" +msgstr "садржај" + +#: models.py:14 +msgid "enable comments" +msgstr "омогући коментарисање" + +#: models.py:15 +msgid "template name" +msgstr "назив темплејта" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Пример: 'flatpages/contact_page.html'. Ако ово оставите празним, систем ће " +"користити 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "потребна регистрација" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Ако је ово обележено, само ће пријављени корисници моћи да виде ову страницу." + +#: models.py:24 +msgid "flat page" +msgstr "флет страница" + +#: models.py:25 +msgid "flat pages" +msgstr "флет странице" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ово поље се мора попунити." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..644365d --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000..4914827 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Janos Guljas <janos@resenje.org>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Napredna podešavanja" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +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." + +#: forms.py:10 +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." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "Nedostaje kosa crta na početku URL-a." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "Nedostaje kosa crta na kraju URL-a." + +#: forms.py:38 +#, 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" + +#: models.py:12 +msgid "title" +msgstr "naslov" + +#: models.py:13 +msgid "content" +msgstr "sadržaj" + +#: models.py:14 +msgid "enable comments" +msgstr "omogući komentarisanje" + +#: models.py:15 +msgid "template name" +msgstr "naziv templejta" + +#: models.py:16 +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'." + +#: models.py:17 +msgid "registration required" +msgstr "potrebna registracija" + +#: models.py:18 +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." + +#: models.py:24 +msgid "flat page" +msgstr "flet stranica" + +#: models.py:25 +msgid "flat pages" +msgstr "flet stranice" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..ae3089c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 0000000..de9b751 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,98 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Andreas Pelme <andreas@pelme.se>, 2011-2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/django/language/" +"sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Avancerade inställningar" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Exempel: '/om/kontakt/'. Se till att ha inledande och avslutande snedstreck." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Detta värde får endast innehålla bokstäver, siffror, punkter, understreck, " +"bindestreck, snedstreck och tilde." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL:en saknar ett inledande snedstreck." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL:en saknar ett avslutande snedstreck." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Statisk sida med %(url)s finns redan för webbplatsen %(site)s" + +#: models.py:12 +msgid "title" +msgstr "titel" + +#: models.py:13 +msgid "content" +msgstr "innehåll" + +#: models.py:14 +msgid "enable comments" +msgstr "aktivera kommentarer" + +#: models.py:15 +msgid "template name" +msgstr "mallnamn" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Exempel: 'sidor/kontaktsida.html'. Om detta inte fylls i kommer systemet att " +"använda 'flatpages/default.html'." + +#: models.py:17 +msgid "registration required" +msgstr "registrering krävs" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Om detta bockas för kommer endast inloggade användare kunna se sidan." + +#: models.py:24 +msgid "flat page" +msgstr "statisk sida" + +#: models.py:25 +msgid "flat pages" +msgstr "statiska sidor" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Detta fält måste fyllas i." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..b0bc942 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po new file mode 100644 index 0000000..759e735 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Swahili (http://www.transifex.com/projects/p/django/language/" +"sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Chaguzi za hali ya juu" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "kichwa" + +#: models.py:13 +msgid "content" +msgstr "maudhui" + +#: models.py:14 +msgid "enable comments" +msgstr "ruhusu maoni" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "usajili unahitajika" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Sehemu hii inahitajika" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..d41da46 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000..9d197a4 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po @@ -0,0 +1,95 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Tamil (http://www.transifex.com/projects/p/django/language/" +"ta/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "உதாரணம்: '/about/contact/'. முன்னும் பின்னும் '/' உள்ளதை உறுதி செய்க." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "தலைப்பு" + +#: models.py:13 +msgid "content" +msgstr "பொருளடக்கம்" + +#: models.py:14 +msgid "enable comments" +msgstr "விமர்சனங்களை செயலாக்கு" + +#: models.py:15 +msgid "template name" +msgstr "வார்ப்புரு பெயர்" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"உதாரணம் 'flatpages/contact_page'. இது இல்லையெனில் 'flatpages/default' என்பதே " +"பயன்படுத்தப்படும்.ப்படும்." + +#: models.py:17 +msgid "registration required" +msgstr "முன்பதிவு தேவை" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"இது தெரிவு செய்யப்பட்டிருந்தால், உள்நுழைந்த பயனர்கள் மட்டுமே இந்தப் பக்கத்தை பார்க்க முடியும்." + +#: models.py:24 +msgid "flat page" +msgstr "எளிய பக்கம்" + +#: models.py:25 +msgid "flat pages" +msgstr "எளிய பக்கங்கள்" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "இந்த புலத்தில் மதிப்பு தேவை" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..4d2ecf3 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po new file mode 100644 index 0000000..6d5122c --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po @@ -0,0 +1,94 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Telugu (http://www.transifex.com/projects/p/django/language/" +"te/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "పట్టము" + +#: models.py:13 +msgid "content" +msgstr "సూచన " + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"ఉదాహరణ: 'flatpages/contact_page.html'.ఇది ఇవ్వకపోతే సిస్టం 'flatpages/default." +"html' ని వాడుకుంటడి" + +#: models.py:17 +msgid "registration required" +msgstr "నమొదు చేయటము అవసరం" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "ఇది చెక్ చేసి ఉంటే కేవలం లాగ్గడ్ ఇన్ యూజర్లు పేజి చూడలేస్తారు" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ఈ ఫీల్డ్ అవసరము" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..e7cf096 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000..a4ba7e0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po @@ -0,0 +1,95 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Kowit Charoenratchatabhan <kowit.s.c@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Thai (http://www.transifex.com/projects/p/django/language/" +"th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "ตัวเลือกเพิ่มเติม" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "ตัวอย่าง: '/about/contact/'. ต้องแน่ใจว่าขึ้นต้นและลงท้ายด้วยเครื่องหมาย /" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "ค่านี้จะต้องประกอบด้วยตัวอักษร, ตัวเลข, จุด, ขีดขีดกลาง, เครื่องหมาย / หรือตัวหนอน" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "เครื่องหมาย \"/\" นำหน้า URL หายไป" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "เครื่องหมาย \"/\" ตามหลัง URL หายไป" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "หน้าเรียบชื่อ %(url)s ถูกใช้ไปแล้วสำหรับ %(site)s" + +#: models.py:12 +msgid "title" +msgstr "หัวข้อ" + +#: models.py:13 +msgid "content" +msgstr "เนื้อหา" + +#: models.py:14 +msgid "enable comments" +msgstr "ใช้งานข้อติชม" + +#: models.py:15 +msgid "template name" +msgstr "ชื่อเทมเพลต" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"ตัวอย่าง: 'flatpages/contact_page.html' ถ้าไม่ได้ถูกใช้ ระบบจะใช้ 'flatpages/default." +"html' " + +#: models.py:17 +msgid "registration required" +msgstr "ต้องลงทะเบียนก่อน" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "ถ้าถูกเลือก ผู้ใช้ที่ลงทะเบียนเข้าสู่ระบบเท่านั้นที่จะสามารถดูหน้านี้" + +#: models.py:24 +msgid "flat page" +msgstr "หน้าเรียบ" + +#: models.py:25 +msgid "flat pages" +msgstr "หน้าเรียบ" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "ฟิลด์นี้จำเป็น" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..cb46b94 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 0000000..bc28e8b --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,100 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Metin Amiroff <amiroff@gmail.com>, 2011 +# Murat Çorlu <muratcorlu@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/django/language/" +"tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Gelişmiş seçenekler" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Örnek: '/about/contact/'. Başında ve sonunda bölü işareti olduğundan emin " +"olun." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Bu değer sadece harf, rakam, nokta, alt çizgi, tire, bölme veya yaklaşık " +"işareti içerebilir." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL başında bölü işareti yok." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL sonunda bölü işareti yok." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "%(url)s adresli düz sayfa %(site)s sitesinde zaten mevcut" + +#: models.py:12 +msgid "title" +msgstr "başlık" + +#: models.py:13 +msgid "content" +msgstr "içerik" + +#: models.py:14 +msgid "enable comments" +msgstr "yorumlara izin ver" + +#: models.py:15 +msgid "template name" +msgstr "şablon adı" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Örnek: 'flatpages/contact_page.html'. Eğer birşey yazılmazsa, sistem " +"otomatik olarak 'flatpages/default.html' kullanacak." + +#: models.py:17 +msgid "registration required" +msgstr "kayıt gerekli" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "Bu seçili ise, sadece kayıtlı kullanıcılar sayfayı görüntüleyebilir." + +#: models.py:24 +msgid "flat page" +msgstr "düz sayfa" + +#: models.py:25 +msgid "flat pages" +msgstr "düz sayfalar" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Bu alan zorunludur." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..081998f --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 0000000..9602028 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Azat Khasanshin <lordofbazuks@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Tatar (http://www.transifex.com/projects/p/django/language/" +"tt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tt\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Өстәмә көйләүләр" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Үрнәк: '/about/contact/'. Алдынгы һәм арттагы авыш сызыкларын кертүне " +"тикшерегез." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Бу кыйммәт тик хәрефләрдән, саннардан һәм нокта, астына сызу, тире, авыш " +"сызык, тильда билгеләреннән генә тора ала." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "башлам" + +#: models.py:13 +msgid "content" +msgstr "эчтәлек" + +#: models.py:14 +msgid "enable comments" +msgstr "фикерләрне ялгарга" + +#: models.py:15 +msgid "template name" +msgstr "шаблон исеме" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Үрнәк: 'flatpages/contact_page.html'. Күрсәтелгән булмаса, система " +"'flatpages/defalut.html' кулланыр." + +#: models.py:17 +msgid "registration required" +msgstr "теркәлү кирәк" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Билгеләнгән булса, фәкать кергән кулланучылар гына сәхифәне күрә алырлар." + +#: models.py:24 +msgid "flat page" +msgstr "гади сәхифә" + +#: models.py:25 +msgid "flat pages" +msgstr "гади сәхифәләр" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Мәҗбүри кыр." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..7cf4ab2 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000..f0b68a9 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po @@ -0,0 +1,91 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Udmurt (http://www.transifex.com/projects/p/django/language/" +"udm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: udm\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "" + +#: models.py:13 +msgid "content" +msgstr "" + +#: models.py:14 +msgid "enable comments" +msgstr "" + +#: models.py:15 +msgid "template name" +msgstr "" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Та клуэ." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..ab8fdab --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 0000000..227c505 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,102 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Sergey Lysach <sergikoff88@gmail.com>, 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/" +"language/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk\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" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Додаткові опції" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"Приклад: '/about/contact/'. Переконайтеся у наявності слешу на початку та у " +"кінці." + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"Це значення повинне містити тільки літери, цифри, крапки, підкреслення, " +"тире, косі риси чи тільди." + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "На початку URL відсутня коса риса." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "В кінці URL відсутня коса риса." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "Проста сторінка з адресою %(url)s вже існує для сайту %(site)s" + +#: models.py:12 +msgid "title" +msgstr "заголовок" + +#: models.py:13 +msgid "content" +msgstr "зміст" + +#: models.py:14 +msgid "enable comments" +msgstr "увімкнути коментарі" + +#: models.py:15 +msgid "template name" +msgstr "ім'я шаблона" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"Приклад: 'flatpages/contact_page'. Якщо це не надано, система буда " +"використовувати 'flatpages/default'." + +#: models.py:17 +msgid "registration required" +msgstr "потрібна реєстрація" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Якщо тут є галочка, тільки користувачі, що увійшли, зможуть переглядати цю " +"сторінку." + +#: models.py:24 +msgid "flat page" +msgstr "проста сторінка" + +#: models.py:25 +msgid "flat pages" +msgstr "прості сторінки" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Це поле обов'язкове." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..9ea75db --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000..2f08102 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,99 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mansoorulhaq Mansoor <mansoorulhaq1986@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Urdu (http://www.transifex.com/projects/p/django/language/" +"ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "اعلٰی اختیارات" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "یو آر ایل (URL(" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" +"مثال: '/about/contact/'۔ یقین کر لیں کہ سابقہ اور لاحقہ سلیش موجود ھے۔" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"اس قیمت (ویلیو) کا صرف حروف، نمبروں، نقاط، انڈرسکور، ڈیش، سلیش، یا ٹائلڈ پر " +"مشتمل ھونا ضروری ھے۔" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "عنوان" + +#: models.py:13 +msgid "content" +msgstr "مضمون" + +#: models.py:14 +msgid "enable comments" +msgstr "تبصرے فعال کریں" + +#: models.py:15 +msgid "template name" +msgstr "قالب کا نام" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"مثال: 'flatpages/contact_page.html'۔ اگر یہ مھیا نھیں کیا گیا تو سسٹم " +"'flatpages/default.html' استعمال کرے گا۔" + +#: models.py:17 +msgid "registration required" +msgstr "رجسٹریشن ضروری ھے" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"اگر یہ فعال ھے تو صرف اندر آئے ھوئے (logged-in) صارفین یہ صفحہ دیکھنے کے " +"قابل ھوں گے۔" + +#: models.py:24 +msgid "flat page" +msgstr "ھموار صفحہ" + +#: models.py:25 +msgid "flat pages" +msgstr "ھموار صفحے" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "یہ خانہ درکار ھے۔" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..33c2766 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000..c675c04 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,95 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Tran <hongdiepkien@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/django/" +"language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "Các lựa chọn " + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "tiêu đề" + +#: models.py:13 +msgid "content" +msgstr "nội dung" + +#: models.py:14 +msgid "enable comments" +msgstr "mở bình luận" + +#: models.py:15 +msgid "template name" +msgstr "tên thiết kế" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" + +#: models.py:17 +msgid "registration required" +msgstr "Bạn cần phải cần đăng kí" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "" +"Nếu bạn đánh dấu vào đây, chỉ những tài khoản đã đăng nhập mới có thể xem " +"được trang này." + +#: models.py:24 +msgid "flat page" +msgstr "" + +#: models.py:25 +msgid "flat pages" +msgstr "" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "Trường này là bắt buộc." diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..a03fdd0 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po new file mode 100644 index 0000000..62d1818 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.po @@ -0,0 +1,96 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel <jannis@leidel.info>, 2011 +# Lele Long <schemacs@gmail.com>, 2011 +# Kevin Shi <leiarix@gmail.com>, 2012 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/django/" +"language/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "高级选项" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "例如:'/about/contact/'。请确保开始和结尾的斜杠。" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "该值必须只能包含字母,数字,点号,下划线,破折号,和" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL头部缺失斜线." + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL尾部缺失斜线." + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "带有url %(url)s的Flatpage已经存在于站点 %(site)s" + +#: models.py:12 +msgid "title" +msgstr "标题" + +#: models.py:13 +msgid "content" +msgstr "内容" + +#: models.py:14 +msgid "enable comments" +msgstr "允许评论" + +#: models.py:15 +msgid "template name" +msgstr "模板名称" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"例如:'flatpages/contact_page.html'。若未提供,系统将使用'flatpages/default." +"html'。" + +#: models.py:17 +msgid "registration required" +msgstr "请先注册" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "如果被选中,仅登录用户才可以查看此页。" + +#: models.py:24 +msgid "flat page" +msgstr "简单页面" + +#: models.py:25 +msgid "flat pages" +msgstr "简单页面" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "这个字段是必填项。" diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo Binary files differnew file mode 100644 index 0000000..243c9cd --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po new file mode 100644 index 0000000..405c550 --- /dev/null +++ b/lib/python2.7/site-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# ilay <ilay@ilay.tw>, 2012 +# Jannis Leidel <jannis@leidel.info>, 2011 +# quantum9876 <quantum9876@gmail.com>, 2011 +msgid "" +msgstr "" +"Project-Id-Version: django-core\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-02 16:18+0200\n" +"PO-Revision-Date: 2013-04-29 09:01+0000\n" +"Last-Translator: claudep <claude@2xlibre.net>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/django/" +"language/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:10 +msgid "Advanced options" +msgstr "進階選項" + +#: forms.py:7 models.py:11 +msgid "URL" +msgstr "URL" + +#: forms.py:8 +msgid "" +"Example: '/about/contact/'. Make sure to have leading and trailing slashes." +msgstr "例如: '/about/contact/'。開頭與結束的斜線。" + +#: forms.py:10 +msgid "" +"This value must contain only letters, numbers, dots, underscores, dashes, " +"slashes or tildes." +msgstr "" +"此欄位只能有: 英文字母、數字、點(.)、底線(_)、刪節號(-)、斜線(/)、波浪號(~)。" + +#: forms.py:19 +msgid "URL is missing a leading slash." +msgstr "URL 缺少前導的斜線。" + +#: forms.py:23 +msgid "URL is missing a trailing slash." +msgstr "URL 缺少一個斜線。" + +#: forms.py:38 +#, python-format +msgid "Flatpage with url %(url)s already exists for site %(site)s" +msgstr "網站 %(site)s 已經存在一個浮動頁面,其位址為 %(url)s。" + +#: models.py:12 +msgid "title" +msgstr "標題" + +#: models.py:13 +msgid "content" +msgstr "內容" + +#: models.py:14 +msgid "enable comments" +msgstr "啟用評論" + +#: models.py:15 +msgid "template name" +msgstr "模板名稱" + +#: models.py:16 +msgid "" +"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " +"will use 'flatpages/default.html'." +msgstr "" +"例如: 'flatpages/contact_page'。如果沒有提供它,系統會使用 'flatpages/" +"default.html'。" + +#: models.py:17 +msgid "registration required" +msgstr "請先註冊" + +#: models.py:18 +msgid "If this is checked, only logged-in users will be able to view the page." +msgstr "如果此項被選取,則只有登入的使用者可以檢視頁面。" + +#: models.py:24 +msgid "flat page" +msgstr "簡平頁面" + +#: models.py:25 +msgid "flat pages" +msgstr "簡平頁面" + +#: tests/test_forms.py:98 +msgid "This field is required." +msgstr "這個欄位是必須的。" |