1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Merged contrib translations from 1.5 branch

This commit is contained in:
Claude Paroz
2013-02-25 23:02:09 +01:00
parent 6ca475d540
commit 87cc3da814
2026 changed files with 53709 additions and 39755 deletions

View File

@@ -0,0 +1,184 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2011-01-19 15:09+0000\n"
"Last-Translator: Django team\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"
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr ""
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr ""
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr ""
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Tuisblad"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
msgstr "Dokumentasie"
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr ""
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr ""
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boole (Eder waar of vals)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Veld van type: %(field_type)s "

View File

@@ -2,79 +2,92 @@
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Ossama Khayat <okhayat@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-11-27 17:00+0000\n"
"Last-Translator: Ossama Khayat <okhayat@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/django/language/"
"ar/)\n"
"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"
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "وسم:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "مرشّح"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "عرض:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "التطبيق %r غير موجود"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "النموذج %(model_name)r غير موجود في التطبيق %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "العنصر `%(app_label)s.%(data_type)s` المرتبط"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "نموذج:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "عناصر `%(app_label)s.%(object_name)s` مرتبطة"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "كل %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "عدد %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "الحقول في عناصر %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "يبدو أن %s ليس عنصر urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "الرئيسية"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +97,18 @@ msgstr "يبدو أن %s ليس عنصر urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "الرئيسية"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "الوثائق"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "أوامر المفضلة"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "أوامر مفضلة الوثائق"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,60 +127,69 @@ msgstr ""
"(تحدث إلى مسؤول النظم إذا لم تكن متأكدا ما إذا كان كمبيوتر يعتبر \"داخليا\")."
"</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "الوثائق لهذه الصفحة"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "ينتقل بك من أي صفحة إلى وثائق العرض الذي أنشأ هذه الصفحة."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "أظهر معرف الكائن"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "عرض نوع البيانات والمعرف الفريد للصفحات التي تمثل كائناً واحداً."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "عدّل هذا العنصر (النافذة الحالية)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "ينتقل بك إلى صفحة الإدارة للصفحات التي تمثل عنصراً واحداً."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "عدّل هذا العنصر (نافذة جديدة)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "كما سبق، لكن يفتح صفحة الإدارة في نافذة جديدة."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "النماذج"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "القوالب"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "الفلاتر"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "الوسوم"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "ثنائي (إما True أو False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "حقل نوع: %(field_type)s"

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Ali Ismayilov <ali@ismailov.info>\n"
"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/"
"Language-Team: Azerbaijani (http://www.transifex.com/projects/p/django/"
"language/az/)\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: az\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "teq:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "süzgəc:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "baxış:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r adlı tətbiqetməni tapa bilmədik"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(model_name)r modelini %(app_label)r tətbiqetməsində tapa bilmədik"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "bağlı \"%(app_label)s.%(data_type)s\" obyekti"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "bağlı \"%(app_label)s.%(object_name)s\" obyektləri"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "bütün %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s-in sayı"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s obyektlərindəki sahələr"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s urlpattern obyekti deyil"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Ev"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s urlpattern obyekti deyil"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Ev"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Sənədləşmə"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Əlfəcinciklər (Bookmarklets)"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Sənədləşmə əlfəcincikləri (bookmarklets)"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,21 +127,21 @@ msgstr ""
"tələb edir. (kompüterinizin \"daxili\" olmasından əmin deyilsinizsə,\n"
"sistem administratoru ilə danışın).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Bu səhifənin sənədləşməsi"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "Hər hansı səhifəni əmələ gətirən funksiyanın sənədləşməsini göstərir."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Obyekt ID göstər"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,41 +149,50 @@ msgstr ""
"Tək obyekt kimi özünü aparan səhifələrin məzmun tipini və xüsusi ID-ni "
"göstərir."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Bu obyekti redaktə et (cari pəncərədə)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Özünü tək obyekt kimi aparan səhifənin admin üçün redaktə səhifəsinə aparır"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Bu obyekti redaktə et (yeni pəncərədə)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Yuxarıdakı kimi, ancaq admin səhifəsini yeni pəncərədə açır."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Bul (ya Doğru, ya Yalan)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Sahənin tipi: %(field_type)s"

View File

@@ -0,0 +1,195 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Павал Клёк <yehekim@gmail.com>\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"
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "цэтлік:"
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "сіта:"
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "прагляд:"
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Праґраму «%r» не знайшлі"
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Мадэль %(model_name)r у праґраме «%(app_label)r» не знайшлі"
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "залежны аб’ект «%(app_label)s.%(data_type)s»"
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "мадэль:"
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "залежныя аб’екты «%(app_label)s.%(object_name)s»"
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "усе %s"
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "колькасьць %s"
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Палі аб’ектаў %s"
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s не падобны да аб’екта «шаблён спасылкі» — «urlpattern»"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Пачатак"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
msgstr "Дакумэнтацыя"
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Закладкі"
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Закладкі дакумэнтацыі"
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\n"
"<p class=\"help\">Каб паставіць закладку, перацягніце спасылку на паліцу "
"закладак\n"
"або пстрыкніце па спасылцы праваю кнопкаю і дадайце яе да закладак. Цяпер\n"
"можна абраць закладку зь якое пажадаеце бачыны. Уважце: пэўныя закладкі\n"
"патрабуюць, каб пляцоўка праглядалася з «унутранага» кампутара (калі ня "
"ведаеце,\n"
"ці «ўнутраны» ваш кампутар, запытайцеся сыстэмнага спраўніка).</p>\n"
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Дакумэнтацыя па бачыне"
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "Накіроўвае з хоць-якое бачыны да прагляду, які стварае гэтую бачыну."
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Паказаць азначальнік аб’екта"
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Паказвае непаўторны азначальнік і від зьмесьціва бачыны, якая ёсьць адным "
"аб’ектам."
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Правіць аб’ект (у гэтым вакне)"
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Накіроўвае да бачыны кіраваць бачынамі, якія ёсьць адным аб’ектам."
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Правіць аб’ект (у новым вакне)"
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Тое самае, што й вышэй, але адчыняе бачыну ў новым вакне."
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Мадэлі"
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Шаблёны"
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Сіты"
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Цэтлікі"
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Прагляды"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Ляґічнае («сапраўдна» або «не сапраўдна»)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Палі віду: %(field_type)s"

View File

@@ -8,74 +8,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Boris Chervenkov <office@sentido.bg>\n"
"Language-Team: Bulgarian (http://www.transifex.net/projects/p/django/"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/"
"language/bg/)\n"
"Language: bg\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"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "етикет:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "филтър:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "изглед:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Приложението %r липсва"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Моделът %(model_name)r не е намерен в приложение %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "свързания '%(app_label)s.%(data_type)s' обект"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "модел:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "свързаните '%(app_label)s.%(object_name)s' обекти"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "всички %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "брой %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Полета на %s обекти"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s не прилича на обект от тип urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Начало"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s не прилича на обект от тип urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Начало"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Документация"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklet-и за документация"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"като \"вътрешен\" (приказвайте с администратора ако не сте сигурни дали\n"
"компютърът ви е \"вътрешен\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Документация за тази страница"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +140,11 @@ msgstr ""
"Препраща Ви от която и да е страница към документацията за изгледа, който я "
"е генерирал."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Покажи ID на обекта"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,42 +152,51 @@ msgstr ""
"Показва типа на съдържанието и ID-то на страници, които представляват "
"единичен обект."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Редактирай този обект (в този прозорец)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Препраща към администраторска страница за страници, които представляват "
"единичен обект. "
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Редактирай този обект (в нов прозорец)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Като горното, но отваря администраторската страница в нов прозорец."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Модели"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Шаблони"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Филтри"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Етикети"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Прегледи"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (True или False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Поле от тип: %(field_type)s"

View File

@@ -1,79 +1,94 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Translators:
# <anubhab91@gmail.com>, 2013.
# Jannis Leidel <jannis@leidel.info>, 2011.
# <rafi.tahmid@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bengali (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2013-02-08 15:20+0000\n"
"Last-Translator: anubhab91 <anubhab91@gmail.com>\n"
"Language-Team: Bengali (http://www.transifex.com/projects/p/django/language/"
"bn/)\n"
"Language: bn\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"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ট্যাগঃ"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "ফিল্টারঃ"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ভিউঃ"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r এ্যপটি পাওয়া যায়নি"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(app_label)r এ্যপে %(model_name)r মডেলটি পাওয়া যায়নি"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "`%(app_label)s.%(data_type)s` সম্পর্কিত অবজেক্ট"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "মডেলঃ"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "`%(app_label)s.%(object_name)s` সম্পর্কিত অবজেক্ট সমূহ"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "সকল %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s সংখ্যা"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s অবজেক্টে ফিল্ডগুলো"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ইউআরএল -এর মত নয়"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "নীড়পাতা"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +98,18 @@ msgstr "%s ইউআরএল -এর মত নয়"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "নীড়পাতা"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "সহায়িকা"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "বুকমার্কলেট"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "সহায়িকা বুকমার্কলেট"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -124,60 +127,69 @@ msgstr ""
"দেখতে হবে (আপনার প্রশাসনের কাছ থেকে জানুন যে আপনার কম্পিউটার \"internal\" কিনা)।"
"</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "এই পাতার সহায়িকা"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "যেকোন পাতা থেকে ভিউ সহায়িকাতে নিয়ে যান।"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "অবজেক্ট আইডি দেখান"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "কনটেন্ট-টাইপ এবং একক আইডি দেখায়, যা কিনা একটি নির্দিষ্ট অবজেক্টকে বোঝায়।"
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "এই অবজেক্টটি সম্পাদন করুন (বর্তমান উইন্ডো)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "প্রশাসন পাতায় নিয়ে যান, যা কিনা একটি নির্দিষ্ট পাতা অবজেক্টকে বোঝায়।"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "এই অবজেক্টটি সম্পাদন করুন (নতুন উইন্ডো)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "উপরের মতই, কিন্তু নতুন উইন্ডোতে খুলুন।"
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "মডেলগুলো"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "টেমপ্লেটগুলো"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "ফিল্টারগুলো"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "ট্যাগগুলো"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "ভিউগুলো"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "বুলিয়ান (হয় True অথবা False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "ফিল্ডের ধরণ: %(field_type)s"

View File

@@ -0,0 +1,185 @@
# 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\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Fulup <fulup.jakez@gmail.com>\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"
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr ""
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr ""
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "niver a %s"
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Degemer"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
msgstr "Teuliadoù"
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Sinedoù"
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr ""
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr ""
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Siloù"
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tikedennoù"
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boulean (gwir pe gaou)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Seurt maezienn : %(field_type)s"

View File

@@ -6,75 +6,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Bosnian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/django/language/"
"bs/)\n"
"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"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "pogled:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplikacija %r nije pronađena"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "klase `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "svi povezani objekti %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "broj povezanih objekata %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Polja u povezanim objektima %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ne izgleda kao urlpattern objekat"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Početna"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s ne izgleda kao urlpattern objekat"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Početna"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentacija"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarkleti"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarkleti dokumentacije"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,11 +126,11 @@ msgstr ""
"označeni kao „interni“ (pitajte administratora vašeg sistema ukoliko niste\n"
"sigurni da li je vaš računar „interni“).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentacija za ovu stranicu"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -138,11 +138,11 @@ msgstr ""
"Vodi od bilo koje stranice do dokumentacije za pogled koji generiše tu "
"stranicu."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Prikaži ID objekta"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,42 +150,51 @@ msgstr ""
"Prikazuje content-type i jedinstveni ID za stranicu koja predstavlja jedan "
"objekat."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Izmjeni ovaj objekat (u ovom prozoru)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Vodi u administracioni stranicu za stranice koje prestavljaju jedan objekat"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Izmjeni ovaj objekat (novi prozor)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Isto kao prethodni, ali otvara administracionu stranicu u novom prozoru."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Bulova vrijednost (True ili False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Polje tipa: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-29 23:55+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Carles Barrobés <carles@barrobes.com>\n"
"Language-Team: Catalan (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Catalan (http://www.transifex.com/projects/p/django/language/"
"ca/)\n"
"Language: ca\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"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiqueta:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtre:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vista:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "No s'ha pogut trobar l'aplicació %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "El model %(model_name)r no s'ha trobat a l'aplicació %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "l'objecte relacionat `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "objectes relacionats `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "tots %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "nombre de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Camps en objectes %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s no sembla ser un objecte 'urlpattern'"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Inici"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s no sembla ser un objecte 'urlpattern'"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Inici"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentació"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "'Bookmarklets'"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "'Bookmarklets' de documentació"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,22 +127,22 @@ msgstr ""
"amb el vostre administrador de sistemes si no esteu segurs si el vostre "
"ordinador és \"intern\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentació d'aquesta pàgina"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Us porta des de qualsevol pàgina a la documentació de la vista que la genera."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Mostra l'ID de l'objecte"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,42 +150,51 @@ msgstr ""
"Mostra el 'content-type' (tipus de contingut) i l'ID inequívoc de les "
"pàgines que representen un únic objecte."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Editar aquest objecte (finestra actual)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"El porta a la pàgina d'administració de pàgines que representen un únic "
"objecte."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Editar aquest objecte (nova finestra)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Com abans, però obre la pàgina d'administració en una nova finestra."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Models"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Plantilles"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtres"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiquetes"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vistes"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booleà (Cert o Fals)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Camp del tipus: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Vlada Macek <macek@sandbox.cz>\n"
"Language-Team: Czech (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Czech (http://www.transifex.com/projects/p/django/language/"
"cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtr:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "pohled (view):"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplikace %r nenalezena"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r v aplikaci %(app_label)r nenalezen"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "související položka `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "související položky `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "Vše: %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "Počet: %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Pole položek typu %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "Objekt %s patrně není typu urlpattern."
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Domů"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "Objekt %s patrně není typu urlpattern."
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Domů"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentace"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklety"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentační bookmarklety"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"\"\"interní\" (promluvte si s vaším správcem, jestli si nejste jisti,\n"
"zda je váš počítač \"interní\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentace k této stránce"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,52 +140,61 @@ msgstr ""
"Z libovolné stránky otevře dokumentaci pohledu (view), který generoval tuto "
"stránku."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Ukázat id položky"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Zobrazí content-type a unikátní ID stránek reprezentujících jedinou položku."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Upravit tuto položku (ve stávajícím okně)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Přepne do administračního rozhraní stránek reprezentujících jedinou položku."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Upravit tuto položku (v novém okně)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Jako výše, ale otevře prostředí správy v novém okně."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modely"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Šablony"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtry"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tagy"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Pravdivost (buď Ano (True), nebo Ne (False))"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Pole typu: %(field_type)s"

View File

@@ -6,74 +6,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n"
"Language: cy\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"
"11) ? 2 : 3;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr ""
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr ""
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr ""
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Adref"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +96,18 @@ msgstr ""
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Adref"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dogfennaeth"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Dalennau gofnod"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dogfennaeth dalennau gofnod"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -117,21 +118,21 @@ msgid ""
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dogfennaeth er mwyn y dudalen yma"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Dangos ID gwrthrych"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -139,42 +140,51 @@ msgstr ""
"Yn dangos y fath-cynnwys a'r ID unigryw ar gyfer tudalennau sy'n "
"cynrychioligwrthrych sengl."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Golygu'r gwrthrych yma (ffenestr cyfoes)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Yn neidio i'r dudalen weinyddiad ar gyfer tudalennau sy'n cynrychioli "
"gwrthrych sengl."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Golygu'r gwrthrych yma (ffenestr newydd)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Fel uwchben, ond yn agor y dudalen weinyddiad mewn ffenestr newydd."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr ""
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr ""

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Christian Joergensen <christian@gmta.info>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Danish (http://www.transifex.com/projects/p/django/language/"
"da/)\n"
"Language: da\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"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Applikationen %r blev ikke fundet"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modellen %(model_name)r ikke fundet i applikationen %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "det relaterede `%(app_label)s.%(data_type)s`-objekt"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "relaterede `%(app_label)s.%(object_name)s`-objekter"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "alle %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "antal %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Felter på %s-objekter"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ser ikke ud til at være et urlpattern-objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Hjem"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s ser ikke ud til at være et urlpattern-objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Hjem"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentation"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentations-bookmarklets"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,11 +125,11 @@ msgstr ""
"en computer der opfattes som \"intern\" (tal med din systemadministrator,\n"
"hvis du ikke er sikker på om din computer er \"intern\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentation for denne side"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -137,11 +137,11 @@ msgstr ""
"Bringer dig fra en hvilken som helst side til dokumentationen for det view, "
"der genererer den pågældende side."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Vis objekt-ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,42 +149,51 @@ msgstr ""
"Viser indholdstypen og det unikke ID for sider, der repræsenterer et enkelt "
"objekt."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Rediger dette objekt (i det aktuelle vindue)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Springer til administrationssiden for sider, der repræsenterer et enkelt "
"objekt."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Rediger dette objekt (i nyt vindue)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Som ovenfor, men åbner administrationssiden i et nyt vindue."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modeller"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Skabeloner"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtre"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Mærker"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Visninger"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolsk (enten True eller False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Felt af type: %(field_type)s"

View File

@@ -1,79 +1,91 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011, 2012.
# Jannis Leidel <jannis@leidel.info>, 2011-2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-14 06:39+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: German (http://www.transifex.net/projects/p/django/language/"
"Language-Team: German (http://www.transifex.com/projects/p/django/language/"
"de/)\n"
"Language: de\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"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "Schlagwort:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "Filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "Ansicht:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Anwendung %r nicht gefunden"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modell %(model_name)r wurde nicht in Anwendung %(app_label)r gefunden"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "Das verknüpfte `%(app_label)s.%(data_type)s` Objekt"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "Modell:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "verknüpftes `%(app_label)s.%(object_name)s` Objekt"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "Alle %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "Anzahl von %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Felder am %s Objekt"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ist scheinbar kein urlpattern-Objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Start"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s ist scheinbar kein urlpattern-Objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Start"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentation"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentations-Bookmarklets"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,11 +127,11 @@ msgstr ""
"Rechnern beschränkt. Falls nicht klar ist, ob ein Rechner als 'intern'\n"
"bewertet wird, bitte den Administrator fragen.</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentation für diese Seite"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -139,11 +139,11 @@ msgstr ""
"Springt von jeder Seite zu der Dokumentation für den View, der diese Seite "
"erzeugt."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Objekt-ID anzeigen"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -151,43 +151,52 @@ msgstr ""
"Zeigt den Content-Type und die eindeutige ID für Seiten, die ein einzelnes "
"Objekt repräsentieren."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Dieses Objekt ändern (Aktives Fenster)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Springt zu der Administrationsseite für dieses Objekt, wenn diese Seite ein "
"Objekt repräsentiert."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Dieses Objekt ändern (Neues Fenster)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Wie zuvor, aber öffnet die Administrationsseite in einem neuen Fenster."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Models"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filter"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tags"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolescher Wert (True oder False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Feldtyp: %(field_type)s"

View File

@@ -8,75 +8,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Yorgos Pagles <y.pagles@gmail.com>\n"
"Language-Team: Greek (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Greek (http://www.transifex.com/projects/p/django/language/"
"el/)\n"
"Language: el\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"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ετικέτα:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "φίλτρο:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "προβολή:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Δε βρέθηκε η εφαρμογή %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"Το μοντέλο %(model_name)r δεν μπορεί να βρεθεί στην εφαρμογή %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "το συσχετισμένο `%(app_label)s.%(data_type)s` αντικείμενο"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "μοντέλο:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "συσχετισμένα `%(app_label)s.%(object_name)s` αντικείμενα"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "όλα %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "πλήθος number of %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Πεδία στα αντικείμενα %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "Το %s δε φαίνεται να είναι ένα αντικείμενο urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Αρχική"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -86,30 +98,18 @@ msgstr "Το %s δε φαίνεται να είναι ένα αντικείμε
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Αρχική"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Τεκμηρίωση"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Σελιδοδείκτες"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Σελιδοδείκτες τεκμηρίωσης"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -130,11 +130,11 @@ msgstr ""
"Απευθυνθείτε στον διαχειριστή σας αν δεν γνωρίζεται αν ο υπολογιστής σας "
"θερείται \"εσωτερικός\".</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Τεκμηρίωση για αυτήν τη σελίδα"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -142,11 +142,11 @@ msgstr ""
"Μεταπήδηση από οποιαδήποτε σελίδα στην τεκμηρίωση για το view που "
"δημιούργησε τη σελίδα αυτή."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Εμφάνιση ID αντικειμένου"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -154,43 +154,52 @@ msgstr ""
"Εμφάνιση του content-type και του μοναδικού αναγνωριστικού για τις σελίδες "
"που αντιπροσωπεύουν ένα μοναδικό αντικείμενο."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Επεξεργασία αυτού του αντικειμένου (τρέχον παράθυρο)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Αν η σελίδα αναπαριστά ένα και μοναδικό αντικείμενο τότε οδηγεί στην "
"αντίστοιχη σελίδα διαχείρισης."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Επεξεργασία αυτού του αντικειμένου (νέο παράθυρο)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Όπως και παραπάνω, αλλά άνοιγμα της σελίδας διαχείρισης σε νέο παράθυρο."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (Είτε Αληθές ή Ψευδές)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Είδος πεδίου: %(field_type)s"

View File

@@ -1,74 +1,77 @@
# 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\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\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"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr ""
msgstr "tag:"
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""
msgstr "filter:"
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""
msgstr "view:"
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""
msgstr "App %r not found"
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
msgstr "Model %(model_name)r not found in app %(app_label)r"
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
msgstr "the related `%(app_label)s.%(data_type)s` object"
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""
msgstr "model:"
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
msgstr "related `%(app_label)s.%(object_name)s` objects"
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr ""
msgstr "all %s"
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr ""
msgstr "number of %s"
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""
msgstr "Fields on %s objects"
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
msgstr "%s does not appear to be a urlpattern object"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
@@ -80,7 +83,7 @@ msgstr ""
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr ""
msgstr "Home"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
@@ -92,15 +95,15 @@ msgstr ""
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
msgstr ""
msgstr "Documentation"
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr ""
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr ""
msgstr "Documentation bookmarklets"
#: templates/admin_doc/bookmarklets.html:15
msgid ""
@@ -112,70 +115,81 @@ msgid ""
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr ""
msgstr "Documentation for this page"
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr ""
msgstr "Show object ID"
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr ""
msgstr "Edit this object (current window)"
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
msgstr "Jumps to the admin page for pages that represent a single object."
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr ""
msgstr "Edit this object (new window)"
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
msgstr "As above, but opens the admin page in a new window."
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "Models"
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "Filters"
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "Tags"
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr ""
msgstr "Boolean (Either True or False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr ""
msgstr "Field of type: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: jon_atkinson <jon@jonatkinson.co.uk>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"django/language/en_GB/)\n"
"Language: en_GB\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"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "App %r not found"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r not found in app %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "the related `%(app_label)s.%(data_type)s` object"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "related `%(app_label)s.%(object_name)s` objects"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "all %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "number of %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Fields on %s objects"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s does not appear to be a urlpattern object"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Home"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s does not appear to be a urlpattern object"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Home"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentation"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Documentation bookmarklets"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,11 +125,11 @@ msgstr ""
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentation for this page"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -137,11 +137,11 @@ msgstr ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Show object ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,40 +149,49 @@ msgstr ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Edit this object (current window)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Jumps to the admin page for pages that represent a single object."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Edit this object (new window)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "As above, but opens the admin page in a new window."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Models"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filters"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tags"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (Either True or False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Field of type: %(field_type)s"

View File

@@ -5,74 +5,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Baptiste <bapdarth@yahoo.fr>\n"
"Language-Team: Esperanto (http://www.transifex.net/projects/p/django/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Baptiste <baptiste+transifex@darthenay.fr>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/"
"language/eo/)\n"
"Language: eo\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"
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etikedo:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vido:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplikaĵo %r netrovita"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modelo %(model_name)r netrovita en aplikaĵo %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "la rilatita `%(app_label)s.%(data_type)s` objekto"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelo:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "rilatitaj `%(app_label)s.%(object_name)s` objektoj"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "ĉiuj %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "nombro da %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Kampoj en %s objektoj"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ne ŝajnas esti URLmotiva objekto"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Ĉefpaĝo"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -82,30 +94,18 @@ msgstr "%s ne ŝajnas esti URLmotiva objekto"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Ĉefpaĝo"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentaro"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Legosignetoj"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentaraj legosignetoj"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,22 +125,22 @@ msgstr ""
"ke\n"
"via komputilo estas \"interna\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentaro por tiu paĝo"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Sendas vin el ajna paĝo, al la dokumentado de la vido kiu generis tiun paĝon."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Montri objektan identigilon"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -148,40 +148,49 @@ msgstr ""
"Montri la enhavan tipon kaj unikan identigilon por paĝoj kiu reprezentas "
"ununuran objekton."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Redakti tiun objekton (nuna fenestro)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Forsendas al la administradan paĝon kiu reprezentas ununuran objekton."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Redakti tiun objekton (nova fenestro)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Kiel supre, sed montras la administradan paĝon en nova fenestro."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modeloj"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Ŝablonoj"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtriloj"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etikedoj"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vidoj"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Bulea (Vera aŭ Malvera)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Tipo de kampo: %(field_type)s"

View File

@@ -7,75 +7,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-14 19:06+0000\n"
"Last-Translator: Antoni Aloy <antoni.aloy@trespams.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/"
"django/language/es/)\n"
"Language: es\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Dimitris Glezos <glezos@transifex.com>\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"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiqueta:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vista:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplicación %r no encontrada"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"El modelo %(model_name)r no se ha encontrado en la aplicación %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "el objeto relacionado `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelo:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "los objetos relacionados `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "todo %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "número de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campos en %s objetos"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentación"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklets de documentación"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,22 +127,22 @@ msgstr ""
"el sitio desde un ordenador señalado como \"interno\" (hable\n"
"con su administrador de sistemas si no está seguro si el suyo lo es).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentación para esta página"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Lleva desde cualquier página a la documentación de la vista que la genera."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Mostrar ID de objeto"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,43 +150,52 @@ msgstr ""
"Muestra el tipo de contenido e ID único de las páginas que representan un "
"simple objeto."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Editar este objeto (ventana actual)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Lleva a la página de administración de páginas que representan un único "
"objeto."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Editar este objeto (nueva ventana)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Como antes, pero abre la página de administración en una nueva ventana."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modelos"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Plantillas"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtros"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiquetas"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vistas"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booleano (Verdadero o Falso)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo de tipo: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-16 01:43+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Ramiro Morales <cramm0@gmail.com>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.net/projects/p/"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/"
"django/language/es_AR/)\n"
"Language: es_AR\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"
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiqueta:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtrar:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ver:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplicación %r no encontrada"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelo:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "objetos `%(app_label)s.%(object_name)s` relacionados"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "todos los %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "número de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campos en objetos %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentación"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklets de documentación"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,22 +127,22 @@ msgstr ""
"con su administrador de sistemas si no está seguro de si el suyo lo es).</"
"p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentación de esta página"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Le lleva desde cualquier página a la documentación de la vista que la genera."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Mostrar ID de objeto"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,42 +150,51 @@ msgstr ""
"Muestra el tipo de contenido e ID unívoco de las páginas que representan un "
"único objeto."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Editar este objeto (ventana actual)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Le lleva a la página de administración de páginas que representan un único "
"objeto."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Editar este objeto (nueva ventana)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Ídem, pero abre la página de administración en una nueva ventana."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modelos"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Plantillas"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtros"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiquetas"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vistas"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booleano (Verdadero o Falso)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo tipo: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-06 19:32+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Abraham Estrada <abraham.estrada@gmail.com>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.net/projects/p/django/"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/django/"
"language/es_MX/)\n"
"Language: es_MX\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"
"Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiqueta:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ver:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplicación %r no encontrada"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modelo %(model_name)r no encontrado en aplicación %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "el objeto `%(app_label)s.%(data_type)s` relacionado"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelo:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "objetos `%(app_label)s.%(object_name)s` relacionados"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "todos los %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "número de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campos en objetos %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s no parece ser un objeto urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentación"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklets de documentación"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,22 +125,22 @@ msgstr ""
"esté viendo el sitio desde un equipo señalado como \"interno\" (hable con su "
"administrador de sistemas si no está seguro de si el suyo lo es).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentación de esta página"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Le lleva desde cualquier página a la documentación de la vista que la genera."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Mostrar ID de objeto"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -148,43 +148,52 @@ msgstr ""
"Muestra el tipo de contenido e ID único de las páginas que representan un "
"único objeto."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Editar este objeto (ventana actual)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Le lleva a la página de administración de páginas que representan un único "
"objeto."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Editar este objeto (nueva ventana)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Como el anterior, pero abre la página de administración en una ventana nueva"
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modelos"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Plantillas"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtros"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiquetas"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vistas"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (Verdadero o Falso)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo tipo: %(field_type)s"

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Estonian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/"
"et/)\n"
"Language: et\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"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "lipik:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtreeri:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vaade:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Rakendust %r ei leitud"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Mudelit %(model_name)r ei leitud rakendusest %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "seotud `%(app_label)s.%(data_type)s` objekt"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "mudel:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "seotud `%(app_label)s.%(object_name)s` objektid"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "kõik %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s arv"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Objekti %s väljad"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ei tundu olevat urlpattern objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Kodu"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s ei tundu olevat urlpattern objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Kodu"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentatsioon"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Järjehoidjandid"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentatsiooni järjehoidjandid"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,11 +126,11 @@ msgstr ""
"(konsulteerige süsteemiadministraatoriga, kui te ei tea, mida tähendab "
"\"sisemine\")</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Selle lehekülje dokumentatsioon"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -138,11 +138,11 @@ msgstr ""
"Suunab teid suvalisel lehel asudes selle vaate dokumentatsioonile, mis antud "
"lehe genereerib."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Näita objekti ID-d"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,41 +150,50 @@ msgstr ""
"Näitab sisutüüpi ning unikaalset ID'd lehtedel, mis esitavad mingit kindlat "
"objekti."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Muuda seda objekti (samas aknas)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Suunab administreeimislehele lehtedelt, mis esitavad mingit kindlat objekti."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Muuda seda objekti (uues aknas)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Sama, mis üleval, kuid avab admin. lehe uues aknas."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Tõeväärtus (Kas tõene või väär)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Lahter tüüpi: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-08 18:30+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Aitzol Naberan <anaberan@codesyntax.com>\n"
"Language-Team: Basque (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Basque (http://www.transifex.com/projects/p/django/language/"
"eu/)\n"
"Language: eu\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"
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiketa:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtroa:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "bista:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r aplikazio ez da aurkitu"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(model_name)r modeloa ez da aurkitu %(app_label)r aplikazioan"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "erlazionatutako `%(app_label)s.%(data_type)s` objektua"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modeloa:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "erlazionatutako `%(app_label)s.%(object_name)s` objektuak"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "%s dena"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s zenbakia"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s objetuaren eremuak"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ez dirudi url heredu objetua"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Hasiera"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s ez dirudi url heredu objetua"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Hasiera"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentazioa"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Markadoreak"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentazio markadoreak"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,22 +126,22 @@ msgstr ""
"argitzeko)\n"
".</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Web orri honen dokumentazioa"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Edozein orritik, orria sortzen duen bistaren dokumentaziora eramango zaitu."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Objetuaren ID erakutsi"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,40 +149,49 @@ msgstr ""
"Objetu bakarra erakusten duten orrietan, eduki mota (content-type) eta "
"orriaren ID bakarra erakutsi, ."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Objetu hau aldatu ( leiho honetan)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Objetu bakarra erakusten orrietan, adminiztrazio gunera joan."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Objetu hau aldatu (leiho berrian)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Goian bezala, baina kudeaketa guena leiho berri batean irekiko da."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Ereduak"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Txantiloiak"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Iragazkiak"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiketak"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Bistak"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolearra (egia ala gezurra)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Eremuaren mota: %(field_type)s"

View File

@@ -1,80 +1,92 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ali Nikneshan <ali@nikneshan.com>, 2011.
# Ali Nikneshan <ali@nikneshan.com>, 2011, 2012.
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Ali Nikneshan <ali@nikneshan.com>\n"
"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/"
"fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "برچسب:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "فیلتر"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "نمایش:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "برنامهٔ %r یافت نشد"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "مدل %(model_name)r در برنامهٔ %(app_label)r یافت نشد"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "شیء «%(app_label)s.%(data_type)s» مرتبط"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "مدل:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "اشیاء «%(app_label)s.%(object_name)s» مرتبط"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "همهٔ %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "تعداد %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "فیلدهای شیء %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "به نظر نمی رسد %s یک شیء از نوع urlpattern باشد"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "آغازه"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "به نظر نمی رسد %s یک شیء از نوع urlpattern باشد
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "آغازه"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "مستندات"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklet ها"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "مستندات bookmarklet ها"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -117,63 +117,81 @@ msgid ""
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\n"
" <p class=\"help\"> برای نصب بوکمارکلت ها لینک را روی بوکمارک تولبار خود "
"بکشید\n"
" و یا روی لینک کلیک راست کنید و add را انتخاب نمایید. اکنون شما می توانیدو "
"بوکمارکلت را از هر صحفه ای در سایت انتخاب نمایید.\n"
" توجه داشته باشید بعضی از این بوکمارکلت ها لازم است از کامپیوتری که داخلی "
"تعریف شده دیده شوند. (اگر مطمئن نیستید با مدیر شبکه خود در این باره صحبت "
"کنید.)</p>\n"
"\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "مستندات این صفحه"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"شما را از هر صفحه‌ای که باشید به مستندات نمایی که صفحه را ایجاد کرده می‌برد"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "نمایش مشخصهٔ شیء"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"نمایش محتوا و مشخصهٔ منحصر به فرد برای صفحاتی که یک شیء را نمایش می‌دهند."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "ویرایش این شیء (پنجرهٔ کنونی)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "پرش به صفحهٔ مدیر برای صفحاتی که یک شیء را نمایش می‌دهند."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "ویرایش این شیء (پنجرهٔ جدید)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "مانند بالا، اما صفحهٔ مدیر را در پنجرهٔ جدیدی باز می‌کند."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "مدل ها"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "قالب ها"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "فیلترها"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "تگ ها"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "نمایش ها"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "بولی (درست یا غلط)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "فیلد با نوع: %(field_type)s"

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Finnish (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/"
"fi/)\n"
"Language: fi\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"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tagi:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "suodatin:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "näkymä:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Sovellusta %r ei löydy"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Sovelluksesta %(app_label)r ei löydy mallia %(model_name)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "tähän liittyvä `%(app_label)s.%(data_type)s`-kohde"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "malli:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "tähän liittyvät `%(app_label)s.%(object_name)s`-kohteet"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "kaikki %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s-kohteiden lukumäärä"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s-kohteiden kentät"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ei näytä olevan urlpattern-olio"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Etusivu"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s ei näytä olevan urlpattern-olio"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Etusivu"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Ohjeita"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Kirjanmerkkiset"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Ohjeiden kirjanmerkkiset"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,21 +125,21 @@ msgstr ""
"\" määritellyltä tietokoneelta (kysy lisätietoja verkkonne ylläpitäjältä).</"
"p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Tämän sivun ohjeita"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "Näyttää ohjeet, jotka koskevat ko. sivun luonutta näkymää."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Näytä kohteen tunniste"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -147,41 +147,50 @@ msgstr ""
"Näyttää yksittäistä kohdetta vastaavilla sivuilla kohteen tyypin ja "
"tunnisteen."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Muokkaa tätä kohdetta (tässä ikkunassa)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Siirtyy yksittäistä kohdetta vastaavalta sivulta kohteen ylläpitosivulle."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Muokkaa tätä kohdetta (uudessa ikkunassa)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Kuten yllä, mutta avaa ylläpitosivun uuteen ikkunaan."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Totuusarvo: joko tosi (True) tai epätosi (False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Kenttä tyyppiä: %(field_type)s"

View File

@@ -1,81 +1,93 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# <claude@2xlibre.net>, 2011.
# <claude@2xlibre.net>, 2011-2012.
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: claudep <claude@2xlibre.net>\n"
"Language-Team: French (http://www.transifex.net/projects/p/django/language/"
"Language-Team: French (http://www.transifex.com/projects/p/django/language/"
"fr/)\n"
"Language: fr\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"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "mot-clé :"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtre :"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vue :"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "L'application %r n'a pas été trouvée"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"Le modèle %(model_name)r n'a pas été trouvé dans l'application %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "l'objet « %(app_label)s.%(data_type)s » en relation"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modèle :"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "les objets « %(app_label)s.%(object_name)s » en relation"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "tous les %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "nombre de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Champs sur les objets %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ne semble pas être un objet urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Accueil"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s ne semble pas être un objet urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Accueil"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentation"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Signets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Documentation des signets"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"administrateur\n"
"système si vous n'êtes pas sûr que votre ordinateur le soit).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentation pour cette page"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +140,11 @@ msgstr ""
"Vous envoie de n'importe quelle page vers la documentation de la vue qui a "
"généré cette page."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Afficher l'identifiant de l'objet"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,42 +152,51 @@ msgstr ""
"Affiche le content-type et l'identifiant unique pour les pages qui "
"représentent un objet unique."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Modifier cet objet (fenêtre actuelle)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Renvoie à la page d'administration qui représente un objet seul."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Modifier cet objet (nouvelle fenêtre)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Comme ci-dessus, mais ouvre la page d'administration dans une nouvelle "
"fenêtre."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modèles"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtres"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Étiquettes"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Vues"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booléen (True ou False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Champ de type : %(field_type)s"

View File

@@ -7,75 +7,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-16 12:08+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Michael Thornhill <michael@maithu.com>\n"
"Language-Team: Irish (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Irish (http://www.transifex.com/projects/p/django/language/"
"ga/)\n"
"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"
"4);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "clib:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "scag:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "radharc:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Ní bhfuarthas feidhmchlár %r "
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Ní bhfuarthas samhail %(model_name)r i bhfeidhmclár %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "An oibiacht gaolmhara `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "samhail:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "Oibiachtí gaolmhara `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "gach %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "líon %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Réimse ar oibiachtí %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "Feiceann sé nach bhfuil %s oibiacht urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Baile"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "Feiceann sé nach bhfuil %s oibiacht urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Baile"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Doiciméadúchán"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Leabharmharcín"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Leabharmharcín doiciméadúchán"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"ar an suíomh ó ríomhaire inmheánach\n"
"(leabhar le do riarthóir córais muna bhfuil tú cinnte).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Doiciméadúchán le hadhaigh an leathanach seo"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +140,11 @@ msgstr ""
"Tógann se tusa ón aon leathanach go dtí an doiciméadúchán le hadhaigh an "
"radharc a rinne an leathanach."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Taispéain oibiacht ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,42 +152,51 @@ msgstr ""
"Taispéain an content-type agus ID uathúil le leathanaigh le hadhaigh "
"oibiacht amháin."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Cuir in eagar an oibiacht seo (fuinneog láthair)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Léimeann go dtí an leathanach riaracháin le leathainaigh le hadhaigh "
"oibiacht amháin."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Cuir in eagar an oibiacht seo (fuinneog nua)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Mar thuas, ach osclaíonn sé an leathanach riarachán if fuinneog nua"
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Samhla"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Teimpléid"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Scagairí"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Clibeanna"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Radharcanna"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boole"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Réimse de Cineál: %(field_type)s"

View File

@@ -2,79 +2,92 @@
#
# Translators:
# fonso <fonzzo@gmail.com>, 2011.
# <fonzzo@gmail.com>, 2013.
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2013-01-07 11:32+0000\n"
"Last-Translator: fonso <fonzzo@gmail.com>\n"
"Language-Team: Galician (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Galician (http://www.transifex.com/projects/p/django/language/"
"gl/)\n"
"Language: gl\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"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiqueta:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vista:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Non se atopou a aplicación %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "O modelo %(model_name)r non se atopou na aplicación %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "o obxecto relacionado `%(app_label)s.%(data_type)s`"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelo:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "os obxectos relacionados `%(app_label)s.%(object_name)s`"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "todos os %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "número de %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campos dos obxectos %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s non semella ser un obxecto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +97,18 @@ msgstr "%s non semella ser un obxecto urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Inicio"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentación"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklets de documentación"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,21 +127,21 @@ msgstr ""
"designado coma \"interno\" (fale co administrador do sistema se\n"
"non está seguro de que o seu ordenador é \"interno\" .</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentación para esta páxina"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "Salta á documentación para a vista que xera a páxina."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Amosar ID do obxecto"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -148,42 +149,51 @@ msgstr ""
"Amosa o tipo de contido e a ID única para páxinas que representan un obxecto "
"determinado."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Editar este obxecto (nesta fiestra)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Salta á páxina de administración para páxina que representan un obxecto "
"determinado."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Editar este obxecto (nunha nova fiestra)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Como enriba, pero abre a páxina de administración nunha nova fiestra."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "Modelos"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "Patróns"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "Filtros"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "Etiquetas"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "Vistas"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Valor booleano (verdadeiro ou falso)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo do tipo: %(field_type)s"

View File

@@ -2,78 +2,91 @@
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Meir Kriheli <mkriheli@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Hebrew (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Meir Kriheli <mkriheli@gmail.com>\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/django/language/"
"he/)\n"
"Language: he\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"
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "תג:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "סינון:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ה־view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "יישום %r לא נמצא"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "מודל %(model_name)r לא נמצא ביישום %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "אוביקטי `%(app_label)s.%(data_type)s` קשורים"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "מודל:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "אובייקטי `%(app_label)s.%(object_name)s` קשורים"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "כל %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "מספר %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "שדות באובייקטי %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "לא נראה ש-%s הוא אובייקט urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "דף הבית"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +96,18 @@ msgstr "לא נראה ש-%s הוא אובייקט urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "דף הבית"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "תיעוד"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "ייסומניות"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "ייסומוניות תיעוד"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -124,60 +125,69 @@ msgstr ""
"כ\"פנימי\" (יש לדבר עם מנהל המערכת שלך אם אינך בטוח/ה\n"
"שהמחשב מסווג ככזה).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "תיעוד לדף זה"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "מקפיץ אותך מכל עמוד לתיעוד התצוגה שייצרה אותו."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "הצג מזהה אובייקט"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "מציג את סוג התוכן והמזהה הייחודי לעמודים המייצגים אובייקט בודד."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "עריכת אובייקט זה (בחלון הנוכחי)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "קופץ לעמוד הניהול לעמודים אשר מייצגים אובייקטים בודד."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "עריכת אובייקט זה (בחלון חדש)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "כנ\"ל, אך דף הניהול ייפתח בחלון חדש."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "מודלים"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "תבניות"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "Filters"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "תגים"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "בוליאני (אמת או שקר)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "שדה מסוג: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-04 14:36+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Chandan kumar <chandankumar.093047@gmail.com>\n"
"Language-Team: Hindi (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Hindi (http://www.transifex.com/projects/p/django/language/"
"hi/)\n"
"Language: hi\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"
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "टैग:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "छन्नी:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "दृष्टि:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r अनुप्रयोग लापता है"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(model_name)r मॉडल %(app_label)r अनुप्रयोग में लापता है"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "`%(app_label)s.%(data_type)s` संबंधित वस्तु"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "मॉडल :"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "`%(app_label)s.%(object_name)s` संबंधित वस्तु"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "सभी %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s संख्या"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s वस्तु पर क्षेत्र"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s सही यू.आऱ.एल प्रतिरूप वस्तु नहीं है"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "गृह"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s सही यू.आऱ.एल प्रतिरूप वस्
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "गृह"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "दस्तावेज़ीकरण"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "बुकमार्कलेट्स"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "प्रलेखन बुकमार्कलेट्स"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,21 +126,21 @@ msgstr ""
"कि आपका कंप्यूटर \"आंतरिक\" है) रूप में निर्दिष्ट कंप्यूटर से\n"
"साइट को देखना चाहते है.</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "इस पृष्ठ की प्रलेखन"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "दृश्य जो उस पृष्ठ को उत्पन्न करता है के प्रलेखन के लिए किसी भी पृष्ठ पर जा सकते है."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "वस्तु आइ.डी दिखाओ"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -148,40 +148,49 @@ msgstr ""
"पृष्ठों के लिए सामग्री प्रकार और अनोखी आईडी जो एक एकल वस्तु का प्रतिनिधित्व करते हैं को "
"दर्शाते है."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "इस वस्तु को संपादन करें (इस खिडकी में)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "पृष्ठों के लिए एडमिन प्रष्ट जो एक एकल वस्तु का प्रतिनिधित्व करते हैं से जाये. "
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "इस वस्तु को संपादन करें (नये खिडकी में)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "जैसा कि ऊपर में,लेकिन एक नई विंडों में एडमिन पृष्ठ को खोलता है."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "मॉडल"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "प्रारूप"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "फ़िल्टर्स"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "टैग्स"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "दृश्य"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "बूलियन (सही अथ‌वा गलत)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "फील्ड के प्रकार: %(field_type)s"

View File

@@ -1,80 +1,93 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# <aljosa.mohorovic@gmail.com>, 2012.
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Croatian (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: aljosa <aljosa.mohorovic@gmail.com>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/django/language/"
"hr/)\n"
"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"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "prikaz:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplikacija %r nije pronađena"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "povezani `%(app_label)s.%(data_type)s` objekt"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "povezani `%(app_label)s.%(object_name)s` objekti"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "svi %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "broj %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Polja na %s objektima"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "izgleda da %s nije urlpattern objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Početna"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +97,18 @@ msgstr "izgleda da %s nije urlpattern objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Početna"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentacija"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentacija bookmarklets-a"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +129,11 @@ msgstr ""
"sigurni\n"
"je li vaše računalo \"internal\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentacija za ovu stranicu"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +141,11 @@ msgstr ""
"Preusmjeri te sa bilo koje stranice na dokumentaciju za taj prikaz (view) "
"koji generira stranicu."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Prikaži ID objekta"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,42 +153,51 @@ msgstr ""
"Prikazuje tip sadržaja (content-type) i jedinstveni ID za stranice koje "
"predstavljaju pojedinačan objekt."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Uredi objekt (u trenutnom prozoru)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Preusmjeri na admin stranicu za stranice koje predstavljaju pojedinačan "
"objekt."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Uredi objekt (u novom prozoru)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Isto kao prethodno, ali otvara admin stranicu u novom prozoru."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "Modeli"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "Predlošci"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "Filteri"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "Tagovi"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (True ili False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Polje tipa: %(field_type)s"

View File

@@ -7,75 +7,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-19 19:31+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Attila Nagy <>\n"
"Language-Team: Hungarian (http://www.transifex.net/projects/p/django/"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/"
"language/hu/)\n"
"Language: hu\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"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "címke:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "szűrő:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "nézet:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r alkalmazás nem található"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"%(model_name)r modell nem található a következő alkalmazásban: %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "a kapcsolódó '%(app_label)s.%(data_type)s' objektum"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modell:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "kapcsolódó '%(app_label)s.%(object_name)s' objektumok"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "minden %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s mennyisége"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Mezők %s objektumokban"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s nem tűnik egy urlpattern objektumnak."
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Kezdőlap"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s nem tűnik egy urlpattern objektumnak."
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Kezdőlap"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentáció"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Könyvjelzők"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentum könyvjelzők"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,11 +126,11 @@ msgstr ""
"könyvjelzők között néhány oldal csak \"belső\" gépekről nézhető meg.\n"
"(Kérdezze meg rendszergazdáját, hogy az Ön gépe \"belső\" gép-e.).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Az oldal dokumentációja"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -138,11 +138,11 @@ msgstr ""
"Bármely oldalról annak a nézetnek a dokumentációjára ugrik, amely a kérdéses "
"oldalt generálta."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Az objektum ID mutatása"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,40 +150,49 @@ msgstr ""
"Az objektum által reprezentált oldalak 'content-type' és 'unique ID' "
"értékeit mutatja."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Objektum szerkesztése (aktuális ablakban)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Az objektumhoz tartozó oldalak adminisztrációjához ugrik."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Objektum szerkesztése (új ablakban)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Mint fentebb, de az adminisztrációs oldalt új ablakban nyitja meg."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modellek"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Sablonok"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Szűrők"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Címkék"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Nézetek"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Logikai (True vagy False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Mezőtípus: %(field_type)s"

View File

@@ -0,0 +1,198 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Martijn Dekker <mcdutchie@hotmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Martijn Dekker <mcdutchie@hotmail.com>\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"
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "etiquetta:"
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "visualisation:"
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Application %r non trovate"
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modello %(model_name)r non trovate in application %(app_label)r"
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "le objecto `%(app_label)s.%(data_type)s` connexe"
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modello:"
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "objectos `%(app_label)s.%(object_name)s` connexe"
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "tote le %s"
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "numero de %s"
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campos sur %s objectos"
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s non pare esser un objecto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Initio"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
#: templates/admin_doc/model_index.html:9
#: templates/admin_doc/template_detail.html:7
#: templates/admin_doc/template_filter_index.html:8
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Documentation"
msgstr "Documentation"
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Documentation bookmarklets"
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
"select the bookmarklet from any page in the site. Note that some of these\n"
"bookmarklets require you to be viewing the site from a computer designated\n"
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
"your computer is \"internal\").</p>\n"
msgstr ""
"\n"
"<p class=\"help\">Pro installar bookmarklets, trahe le ligamine a tu barra "
"de marcapaginas, o clicca sur le ligamine con le button dextre e adde lo a "
"vostre marcapaginas. Ora vos pote seliger le bookmarklet ab omne pagina in "
"le sito. Nota que alcunes de iste bookmarklets necessita visualisar le sito "
"ab un computer destinate a esser \"interne\" (contacta vostre administrator "
"de systema si vos non es secur si vostre computator es \"interne\").</p>\n"
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentation pro iste pagina"
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Transporta vos ab omne pagina al documentation pro le visualisation que "
"genera ille pagina."
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Monstrar le ID del objecto"
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Monstrar le typo de contento e le ID unic pro paginas que representa un sol "
"objecto."
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Modificar iste objecto (fenestra actual)"
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Transporta vos al pagina administrative pro le paginas que representa un sol "
"objecto."
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Modificar iste objecto (nove fenestra)"
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Idem, ma aperi le pagina administrative in un nove fenestra."
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modellos"
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Patronos"
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtros"
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Etiquettas"
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Visualisationes"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booleano (ver o false)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo de typo: %(field_type)s"

View File

@@ -8,74 +8,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-06 20:02+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: rodin <romihardiyanto@gmail.com>\n"
"Language-Team: Indonesian (http://www.transifex.net/projects/p/django/"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/django/"
"language/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Aplikasi %r tidak ditemukan"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r tidak ditemukan di aplikasi %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "objek `%(app_label)s.%(data_type)s` yang terkait"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "obyek `%(app_label)s.%(object_name)s` yang terkait"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "semua %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "jumlah %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Bidang dalam objek %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s bukan berupa objek urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Beranda"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s bukan berupa objek urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Beranda"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentasi"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklet"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklet dokumentasi"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -127,11 +127,11 @@ msgstr ""
"sistem Anda apabila tidak yakin apakah komputer Anda termasuk komputer\n"
"\"internal\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentasi untuk laman ini"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -139,11 +139,11 @@ msgstr ""
"Buka dari laman apa saja ke laman dokumentasi untuk view yang menghasilkan "
"laman tersebut."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Tampilkan ID objek"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -151,40 +151,49 @@ msgstr ""
"Tampilkan tipe-konten dan ID unik untuk laman yang mewakili sebuah objek "
"tunggal."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Edit objek ini (pada jendela ini)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Buka laman admin pada laman yang mewakili sebuah objek tunggal."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Edit objek ini (pada jendela baru)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Sama seperti di atas, tetapi laman halaman admin di jendela baru."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Model"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Templat"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filter"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tag"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "View"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (nilai True atau False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Jenis bidang: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-19 14:46+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Hafsteinn Einarsson <haffi67@gmail.com>\n"
"Language-Team: Icelandic (http://www.transifex.net/projects/p/django/"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/django/"
"language/is/)\n"
"Language: is\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"
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "merki:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "sía:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "skoða:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Forrit %r fannst ekki"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Líkanið %(model_name)r finnst ekki í forritinu %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "tengdi `%(app_label)s.%(data_type)s` hluturinn"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "líkan:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "tengdir `%(app_label)s.%(object_name)s` hlutir"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "allt %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "fjöldi af %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Svæði í %s hlutnum"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s virðist ekki vera urlpattern hlutur"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Heim"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s virðist ekki vera urlpattern hlutur"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Heim"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Skjölun"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bókamerklar"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Skjölunarbókamerklar"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -129,11 +129,11 @@ msgstr ""
"skráð sem \"internal\" (hafðu samband við kerfisstjórann ef þú ert óviss "
"hvort tölvan þín er \"internal\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Skjölun þessarar síðu"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -141,52 +141,61 @@ msgstr ""
"Sendir þig af hvaða síðu sem er á skjölun þess framsetningarlags sem myndar "
"hana."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Sýna kenni hlutar"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "Sýnir efnistag og sérkenni síða sem gefa tiltekna mynd af stökum hlut."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Breyta þessum hlut (í þessum glugga)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Stekkur á stjórnunarsíðuna fyrir þær síður sem gefa tiltekna mynd af stökum "
"hlut."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Breyta þessum hlut (nýr gluggi)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Eins og að ofan en opnar stjórnunarsíðuna í nýjum glugga."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Módel"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Sniðmát"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Síur"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tögg"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Ásýndir"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boole-gildi (True eða False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Reitur af gerð: %(field_type)s"

View File

@@ -2,79 +2,91 @@
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Nicola Larosa <transifex@teknico.net>, 2011.
# Nicola Larosa <transifex@teknico.net>, 2011-2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Nicola Larosa <transifex@teknico.net>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Italian (http://www.transifex.com/projects/p/django/language/"
"it/)\n"
"Language: it\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"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtro:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Appl. %r non trovata"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modello %(model_name)r non trovato nell'appl. %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "l'oggetto `%(app_label)s.%(data_type)s` collegato"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modello:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "oggetti `%(app_label)s.%(object_name)s` collegati"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "tutti %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "numero di %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Campi sugli oggetti %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s non sembra essere un oggetto urlpattern"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Pagina iniziale"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s non sembra essere un oggetto urlpattern"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Pagina iniziale"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentazione"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklet"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Bookmarklet alla documentazione"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"computer designato come \"interno\" (chiedi al tuo amministratore di \n"
"sistema se non sei sicuro che il tuo computer sia \"interno\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentazione per questa pagina"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +140,11 @@ msgstr ""
"Porta da qualsiasi pagina alla documentazione della view che genera quella "
"pagina."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Mostra l'ID dell'oggetto"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,43 +152,52 @@ msgstr ""
"Mostra il content-type e l'ID univoco di pagine che rappresentano un singolo "
"oggetto."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Modifica quest'oggetto (nella finestra attuale)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Porta alla pagina amministrativa di pagine che rappresentano un singolo "
"oggetto."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Modifica quest'oggetto (in una nuova finestra)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
"Come sopra, ma apre la pagina di amministrazione in una nuova finestra."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modelli"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Template"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtri"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tag"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "View"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Booleano (True o False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Campo di tipo: %(field_type)s"

View File

@@ -7,75 +7,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-12 19:52+0000\n"
"Last-Translator: Fandekasp <lemaire.adrien@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Yoichi Fujimoto <wozozo@gmail.com>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/django/language/"
"ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "タグ"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "フィルタ"
msgstr "フィルタ"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ビュー"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "アプリケーション %r が見つかりません"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"モデル %(model_name)r が %(app_label)r アプリケーションに見つかりません"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "`%(app_label)s.%(data_type)s` (関連オブジェクト)"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "モデル :"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "`%(app_label)s.%(object_name)s` (関連オブジェクト)"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "全ての %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s の数"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s のフィールド"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s はurlpatternオブジェクトでは無いようです"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "ホーム"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -85,30 +97,18 @@ msgstr "%s はurlpatternオブジェクトでは無いようです"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "ホーム"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "ドキュメント"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "ブックマークレット"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "ドキュメントへのブックマークレット"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -123,66 +123,75 @@ msgstr ""
"マークツールバーにドラッグするか、\n"
"リンクを右クリックしてブックマークに追加してください。これで\n"
"サイトのどのページからでもブックマークレットを選択可能になりました。\n"
"ブックマークレットによっては、内部ネットワークにあるコンピュータからこのサ"
"トを\n"
"ブックマークレットによっては、内部ネットワークにあるコンピュータからこのサ"
"トを\n"
"参照していなければならないことがあります。内部ネットワークにあるかどうか不明"
"な場合は、システム管理者に確認してください。</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "このページのドキュメント"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "各ページから、ページを生成したビューのドキュメントにジャンプします。"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "オブジェクト ID を表示"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"単一のオブジェクトを表示するページのコンテンツタイプと一意な IDを表示します。"
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "オブジェクトを (現在のウィンドウで) 編集"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "単一のオブジェクトを表示するページの管理ページへジャンプします。"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "オブジェクトを (新しいウィンドウで) 編集"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "上と同じですが、新しいウィンドウで管理ページを開きます。"
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "モデル"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "テンプレート"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "フィルタ"
msgstr "フィルタ"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "タグ"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "ビュー"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "ブール値 (真: True または偽: False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "タイプが %(field_type)s のフィールド"

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Georgian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Georgian (http://www.transifex.com/projects/p/django/language/"
"ka/)\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ტეგი:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "ფილტრი:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "წარმოდგენა:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "აპლიკაცია %r ვერ მოიძებნა"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "მოდელი %(model_name)r ვერ მოიძებნა აპლიკაციაში %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "`%(app_label)s.%(data_type)s` დაკავშირებული ობიექტი"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "მოდელი:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "`%(app_label)s.%(object_name)s` დაკავშირებული ობიექტები"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "ყველა %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s - რაოდენობა"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s ობიექტების ველები"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s არ არის urlpattern-ის შესაბამისი ობიექტი"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "საწყისი გვერდი"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s არ არის urlpattern-ის შესაბამისი
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "საწყისი გვერდი"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "დოკუმენტაცია"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "სანიშნები"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "დოკუმენტაციის სანიშნები"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,11 +126,11 @@ msgstr ""
"ადმინისტრატორს, თუ არ ხართ დარწმუნებული, რომ თქვენი კომპიუტერი არის\n"
"\"შიდა\" კომპიუტერი).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "ამ გვერდის დოკუმენტაცია"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -138,51 +138,60 @@ msgstr ""
"გადასვლა ნებისმიერი გვერდიდან იმ წარმოდგენის დოკუმენტაციაზე, რომელიც ამ "
"გვერდს აგენერირებს."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "ობიექტის ID-ის ჩვენება"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"ერთი ობიექტის ამსახველი გვერდის content-type-ის და უნიკალური ID-ის ჩვენება."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "შევცვალოთ ეს ობიექტი (იმავე ფანჯარაში)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "ერთი ობიექტის ამსახველი გვერდების ადმინისტრირებაზე გადასვლა."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "შევცვალოთ ეს ობიექტი (ახალ ფანჯარაში)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "იგივე, ოღონდ ხსნის ადმინისტრირების გვერდს ახალ ფანჯარაში."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "ლოგიკური (True ან False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "ველის ტიპი: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: yun_man_ger <germanilyin@gmail.com>\n"
"Language-Team: Kazakh (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Kazakh (http://www.transifex.com/projects/p/django/language/"
"kk/)\n"
"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: kk\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "тег:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "сүзгіш:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "көрініс:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r app табылмады"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(app_label)r app ішінен %(model_name)r үлгісі табылмады"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "байланысты `%(app_label)s.%(data_type)s` объект"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "модель:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "байланысты `%(app_label)s.%(object_name)s` объекттер"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "барлық %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s саны"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Объекттердің жолақ саны %s"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s urlpattern объектке ұқсамайды"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Негізгі"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s urlpattern объектке ұқсамайды"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Негізгі"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Документация"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Букмарклеттер"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Құжаттама букмарклеттері"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -118,60 +118,69 @@ msgid ""
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Бұл бетке арналған документация"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "нысан ID'ді көрсет"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Бұл объектты өзгерт (ағымдағы терезеде)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Бұл объектты өзгерт (жаңа терезеде)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Үстіндегідей, бірақ admin бетті жаңа терезеде ашады."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (True немесе False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Жолақтын түрі: %(field_type)s"

View File

@@ -6,73 +6,85 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: English <en@li.org>\n"
"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: km\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ប្រភេទ:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "ពាក្យស្វែងរក"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "មើល"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "ស្វែងរក App %r មិនឃើញ ។"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "ទាំងអស់ %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "ចំនួន​នៃ​%s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "ទិន្នន័យអំពី %s កម្មវិធី"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ហាក់បីដូចជា URL ដែល​ត្រឹមត្រូវទេ"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "គេហទំព័រ"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -82,30 +94,18 @@ msgstr "%s ហាក់បីដូចជា URL ដែល​ត្រឹមត
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "គេហទំព័រ"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "ឯកសារ"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "កំរងចំណាំ"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "កំរងចំណាំអំពីឯកសារ"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -119,11 +119,11 @@ msgstr ""
"<p class=\"help\">ដើម្បីតំលើងកំរងចំណាំ សូមទាញយកអត្ថបទភ្ជាប់ទៅ​កាន់​"
"របាឧបករណ៍ ឬក៏ចុចខាងស្តាំលើអត្ថបទភ្ជាប់ហើយ​បញ្ជូលទៅក្នុងកំរងចំណាំរបស់លោកអ្នក។</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "ឯកសារសំរាប់ទំព័រនេះ"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -131,11 +131,11 @@ msgstr ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "បង្ហាញលេខសំគាល់កម្មវិធី"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -143,40 +143,49 @@ msgstr ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "កែប្រែកម្មវិធីនេះ(វីនដូវកំពុងប្រើ)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "បង្វែរទៅកាន់​ ទំព័រគ្រប់គ្រង សំរាប់ទំព័រណាដែលតំណាងអោយកម្មវិធីតែមួយ។"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "កែប្រែកម្មវិធីនេះ(វីនដូវថ្មី)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "ដូចខាងលើ តែបើកនៅទំព័រវីនដូវថ្មី"
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (អាច​ជា True រឺ False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr ""

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Kannada (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Kannada (http://www.transifex.com/projects/p/django/language/"
"kn/)\n"
"Language: kn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: kn\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ಟ್ಯಾಗ್:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "ಸೋಸಕ:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "ನೋಟ:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r ಅನ್ವಯಾಂಶ ಸಿಗಲಿಲ್ಲ"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "ಮಾಡೆಲ್:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "ಎಲ್ಲಾ %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s ಗಳ ಸಂಖ್ಯೆ"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s ವಸ್ತುಗಳ ಅಂಶಗಳು"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s URL ಸ್ವರೂಪದ್ದಾಗಿ ತೋರುವದಿಲ್ಲ."
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s URL ಸ್ವರೂಪದ್ದಾಗಿ ತೋರುವದಿಲ್
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "ಪ್ರಾರಂಭಸ್ಥಳ(ಮನೆ)"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "ವಿವರಮಾಹಿತಿ"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "ಮಾಹಿತಿಯ ಚಿಕ್ಕ ಪುಟಗುರುತುಗಳು"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,62 +126,71 @@ msgstr ""
"( ನಿಮ್ಮ ಗಣಕವು \"internal\" ಹೌದೇ ಅಲ್ಲವೇ ಎಂದು ಗೊತ್ತಿಲ್ಲದಿದ್ದರೆ , ಗಣಕದ ಆಡಳಿತಗಾರರನ್ನು "
"ಕೇಳಿರಿ).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "ಈ ಪುಟದ ಬಗೆಗಿನ ಮಾಹಿತಿ"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"ನಿಮ್ಮನ್ನು ಯಾವುದೇ ಪುಟದಿಂದ ಆ ಪುಟವನ್ನು ಸೃಷ್ಟಿಸುವ ನೋಟದ ಮಾಹಿತಿಪುಟಕ್ಕೆ ಕೊಂಡೊಯ್ಯುವದು"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "ವಸ್ತುವಿನ ಐಡಿ ತೋರಿಸಿ"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"ಏಕೈಕ ವಸ್ತುವನ್ನು ಪ್ರತಿನಿಧಿಸುವ ಪುಟಗಳ ವಿಶಿಷ್ಠ ಐಡಿ ಮತ್ತು ಒಳವಿಷಯಬಗೆಯನ್ನು ತೋರಿಸುತ್ತದೆ."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "ಈ ವಸ್ತುವನ್ನು ಬದಲಿಸಿ(ಈಗಿನ ಕಿಟಕಿಯಲ್ಲಿ)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "ಏಕೈಕ ವಸ್ತುವನ್ನು ಪ್ರತಿನಿಧಿಸುವ ಪುಟಗಳಿಗಾಗಿ ಆಡಳಿತಪುಟಕ್ಕೆ ಒಯ್ಯುತ್ತದೆ"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "ಈ ವಸ್ತುವನ್ನು ಬದಲಿಸಿ(ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "ಮೇಲಿನಂತೆ, ಆದರೆ ಆಡಳಿತಪುಟವನ್ನು ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆಯುವದು."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "ಬೂಲಿಯನ್ (ಹೌದು ಅಥವ ಅಲ್ಲ)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "ಕ್ಷೇತ್ರದ ಬಗೆ: %(field_type)s"

View File

@@ -6,74 +6,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Korean (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/"
"ko/)\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "태그:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "필터:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "뷰:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "어플리케이션 %r (이)가 없습니다."
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "모델 %(model_name)r (이)가 어플리케이션 %(app_label)r 에 없습니다."
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "`%(app_label)s.%(data_type)s` 관련 오브젝트"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "모델:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "`%(app_label)s.%(object_name)s` 관련 오브젝트(들)"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "모든 %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s 의 수"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s 오브젝트의 필드"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s (은)는 url 패턴의 오브젝트가 아닙니다."
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "홈"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +95,18 @@ msgstr "%s (은)는 url 패턴의 오브젝트가 아닙니다."
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "홈"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "문서"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "북마크릿"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "문서 북마크릿"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,60 +126,69 @@ msgstr ""
"(내부 네트워크가 있는지 불명확한 경우 시스템 관리자에게 확인하시기 바랍니다.)"
"</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "이 페이지의 문서"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "각 페이지로에서 해당 페이지를 생성한 뷰의 문서로 갑니다."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "오브젝트 아이디 표시"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "단일 오브젝트 페이지의 고유 아이디와 컨텐츠 타입을 표시합니다."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "오브젝트 편집(현재 창)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "단일 오브젝트 페이지의 관리 페이지로 이동"
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "오브젝트 편집(새로운 창)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "위와 동일하며, 새로운 창에서 관리 페이지를 엽니다."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "boolean(참 또는 거짓)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "%(field_type)s 형식 필드"

View File

@@ -8,75 +8,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-09 15:11+0000\n"
"Last-Translator: Simonas Simas <simonas@kazlauskas.me>\n"
"Language-Team: Lithuanian (http://www.transifex.net/projects/p/django/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Simonas Kazlauskas <simonas@kazlauskas.me>\n"
"Language-Team: Lithuanian (http://www.transifex.com/projects/p/django/"
"language/lt/)\n"
"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"
"%100<10 || n%100>=20) ? 1 : 2);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "žyme:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtras:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "vaizdas:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Programa %r nerasta"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modelis %(model_name)r programoje %(app_label)r nerastas"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "susijęs `%(app_label)s.%(data_type)s` objektas"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelis:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "susiję`%(app_label)s.%(object_name)s` objektai"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "visi %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s skaičius"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Objekto %s laukai"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s neatrodo kaip urlpattern objektas"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Pradinis"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -86,30 +98,18 @@ msgstr "%s neatrodo kaip urlpattern objektas"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Pradinis"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentacija"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Greitosios žymės"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Doumentacijos greitosios žymės"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -130,11 +130,11 @@ msgstr ""
"(pasitarkite su administratorium, jei nežinai ar tavo kompiuteris yra "
"vidinis).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Šio puslapio dokumentacija"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -142,51 +142,60 @@ msgstr ""
"Pereina iš bet kurio puslapio į jo view funkcijos dokumentaciją, kuri "
"sukūria tą puslapį"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Parodyti objekto ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"Parodyti content-type ir unikalų puslapių ID, kuris parodo vieną objektą."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Redaguoti šį objektą (einamajame lange)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Pereina į administravimo puslapį, kuris parodo vieną objektą."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Redaguoti šį objektą (naujame lange)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Kaip ir viršuje, bet administravimo puslapį atidaro naujame lange."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modeliai"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Šablonai"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filtrai"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Gairės"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Rodiniai"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Loginė reikšmė (True arba False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Lauko tipas: %(field_type)s "

View File

@@ -6,75 +6,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Latvian (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Latvian (http://www.transifex.com/projects/p/django/language/"
"lv/)\n"
"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"
"2);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tags:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filtrs:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "skats:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Lietotne %r netika atrasta"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Modelis %(model_name)r lietotnē %(app_label)r nav atrasts"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "saistītais `%(app_label)s.%(data_type)s` objekts"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modelis:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "saistītie `%(app_label)s.%(object_name)s` objekti"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "visi %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s skaits"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Lauki %s objektiem"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s nav urlpattern objekts"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Sākums"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s nav urlpattern objekts"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Sākums"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentācija"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Grāmatzīmes"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentācijas grāmatzīmes"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,61 +128,70 @@ msgstr ""
"(ja ir neskaidrības, vai dators ir \"iekšējais\", runājiet ar sistēmas "
"administratoru).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentācija šai lapai"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
"Pārvieto no jebkuras lapas uz tā skata dokumentāciju, kas ģenerē šo lapu."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Parādīt objekta ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr "Parāda content-type un unikālo ID lapām, kas atbilst vienam objektam."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Labot šo objektu (pašreizējā logā)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Pārvieto uz admininstrācijas lapu tām lapām, kas attēlo vienu objektu."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Labot šo objektu (jaunā logā)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Tāpat kā augstāk, tikai atver administrācijas lapu jaunā logā."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (True vai False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Lauks ar tipu: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-15 11:40+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: vvangelovski <vvangelovski@gmail.com>\n"
"Language-Team: Macedonian (http://www.transifex.net/projects/p/django/"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/django/"
"language/mk/)\n"
"Language: mk\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 % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "таг:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "филтер:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "поглед:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Не е најдена апликацијата %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Моделот %(model_name)r не е најден во апликацијата %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "поврзаниот `%(app_label)s.%(data_type)s` објект"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "модел:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "поврзани `%(app_label)s.%(object_name)s` објекти"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "сите %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "број на %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Полиња на %s објекти"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s не изгледа дека е url објект"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Дома"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s не изгледа дека е url објект"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Дома"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Документација"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Обележувачи"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Обележувачи на документација"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -128,11 +128,11 @@ msgstr ""
"сајтот од компјутер кој е означен како „внатрешен“ (разговарајте со вашиот \n"
"администратор ако не сте сигурни).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Документација за оваа страница"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -140,11 +140,11 @@ msgstr ""
"Ве носи од било која страница од документацијата до погледот кој ја генерира "
"таа страница."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Прикажи идентификационен број на објектот"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -152,41 +152,50 @@ msgstr ""
"Го прикажува типот на содржината и уникатниот идентификационен број за "
"страници кои претставуваат единечен објект."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Уреди го овој објект (во овој прозорец)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Скокнува до админ страницата за страници кои претставуваат единечен објект."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Уреди го овој објект (во нов прозорец)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Како погоре, но ја отвара админ страницата во нов прозорец."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Модели"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Шаблони (темплејти)"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Филтри"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Тагови"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Погледи (вјуа)"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Логичка (или точно или неточно)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Поле од тип: %(field_type)s"

View File

@@ -2,78 +2,91 @@
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Rajeesh Nair <rajeeshrnair@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Malayalam (http://www.transifex.net/projects/p/django/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Rajeesh Nair <rajeeshrnair@gmail.com>\n"
"Language-Team: Malayalam (http://www.transifex.com/projects/p/django/"
"language/ml/)\n"
"Language: ml\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"
"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ടാഗ്:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "അരിപ്പ:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "വ്യൂ"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r എന്ന App കണ്ടില്ല."
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "%(app_label)r എന്ന Appല് %(model_name)r എന്ന മാത്രുക കണ്ടില്ല."
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(data_type)s` വസ്തു"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "മാത്രുക:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "ബന്ധപ്പെട്ട `%(app_label)s.%(object_name)s` വസ്തുക്കള്‍"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "%s എല്ലാം"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%sന്റെ എണ്ണം"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "%s വസ്തുക്കളിലെ വിവരങ്ങള്‍"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s വിലാസ മാത്രുക (urlpattern object) ആണെന്ന് തോന്നുന്നില്ല."
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "പൂമുഖം"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -83,30 +96,18 @@ msgstr "%s വിലാസ മാത്രുക (urlpattern object) ആണെ
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "പൂമുഖം"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "സഹായക്കുറിപ്പുകള്‍"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "ബുക്ക് മാര്‍ക്കുകള്‍"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "സഹായക്കുറിപ്പുകളുടെ ബുക്ക്മാര്‍ക്കുകള്‍"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,61 +127,70 @@ msgstr ""
"നിങ്ങളുടെ കംപ്യൂട്ടര്‍ അത്തരത്തില്‍ പെട്ടതാണോ എന്നറിയാന്‍ സിസ്റ്റം അഡ്മിനിസ്ട്രേട്ടറെ ബന്ധപ്പെടുക.</"
"p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "ഈ പേജിന്റെ സഹായക്കുറിപ്പുകള്‍"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr "ഏതു പേജില്‍ നിന്നും അതിന്റെ ഉദ്ഭവമായ വ്യൂവിന്റെ സഹായക്കുറിപ്പിലേക്കു ചാടാന്‍"
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "വസ്തുവിന്റെ ഐഡി കാണിക്കുക."
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
"ഒറ്റ വസ്തുവിനെ പ്രതിനിധീകരിക്കുന്ന പേജുകളുടെ ഉള്ളടക്കത്തിന്റെ തരവും തനതായ IDയു കാണിക്കുന്നു."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "ഈ വസ്തുവില് മാറ്റം വരുത്തുക (ഇതേ വിന്‍ഡോ)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "ഒറ്റ വസ്തുവിനെ പ്രതിനിധീകരിക്കുന്ന പേജുകള്‍ക്കുള്ള അഡ്മിന്‍ പേജിലേക്ക് ചാടുന്നു."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "ഈ വസ്തുവില് മാറ്റം വരുത്തുക (പുതിയ വിന്‍ഡോ)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "മുകളിലേതു പോലെ, പക്ഷെ, അഡ്മിന്‍ പേജ് പുതിയ വിന്ഡോവിലാണ് തുറക്കുക."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "മോഡലുകള്‍"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
msgstr "ടെമ്പ്‌ലേറ്റുകള്‍"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
msgstr "ഫില്‍ട്ടറുകള്‍"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "ടാഗുകള്‍"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "വ്യൂകള്‍"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "ശരിയോ തെറ്റോ (True അഥവാ False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "%(field_type)s എന്ന തരത്തിലുള്ള കളം (ഫീല്‍ഡ്)"

View File

@@ -2,79 +2,91 @@
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Анхбаяр Анхаа <l.ankhbayar@gmail.com>, 2011, 2012.
# Анхбаяр Анхаа <l.ankhbayar@gmail.com>, 2011-2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-15 12:32+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Анхбаяр Анхаа <l.ankhbayar@gmail.com>\n"
"Language-Team: Mongolian (http://www.transifex.net/projects/p/django/"
"Language-Team: Mongolian (http://www.transifex.com/projects/p/django/"
"language/mn/)\n"
"Language: mn\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"
"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "шошго:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "шүүлтүүр:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "харах:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "%r програм олдсонгүй"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr " %(app_label)r програмд %(model_name)r модел олдсонгүй"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "холбогдох `%(app_label)s.%(data_type)s`объект"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "модел:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "холбогдох `%(app_label)s.%(object_name)s` объектууд"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "бүх %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "%s-ийн тоо"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr " %s объектийн нөхөх хэсгүүд"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s нь url хэлбэрийн объект биш байна"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Админ эхлэл"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s нь url хэлбэрийн объект биш байна"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Админ эхлэл"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Баримтжуулалт"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklet-ууд"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Мookmarklet-уудын баримтжуулалт"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -126,11 +126,11 @@ msgstr ""
" сайт руу орох шаардлагатай болдог (компьютер тань \"дотоод\" мөн\n"
" эсэхийг мэдэхгүй байгаа бол системийн удирдлагаасаа асууна уу).</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Энэ хуудасны баримтжуулалт"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -138,11 +138,11 @@ msgstr ""
"Таныг ямар ч хамаагүй хуудаснаас тухайн хуудсыг гаргаж байгаа "
"баримтжуулалтанд аваачна."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Объектийн ID-ийг харуулах"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -150,40 +150,49 @@ msgstr ""
"Нэг объект харуулж буй хуудаснуудын агуулгын төрөл болоод давтагдахгүй ID-"
"ийг харуулна."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Энэ объектийг засварлах (одоо хэрэглэж буй цонх)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr "Нэг объект харуулж буй хуудаснуудын удирдлагын хуудсанд аваачна."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Энэ объектийг засварлах (шинэ цонх)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Дээрхийн нэгэн адил ч удирдлагын хуудсыг шинэ цонхонд нээнэ."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Моделууд"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Загварууд"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Шүүлтүүрүүд"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Таг-ууд"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "View-үүд"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (Үнэн худлын аль нэг нь)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Талбарийн төрөл нь : %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-12 14:15+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: jonklo <jonklo@gmail.com>\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.net/projects/p/django/"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/django/"
"language/nb/)\n"
"Language: nb\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"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Fant ikke applikasjonen %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Fant ikke modellen %(model_name)r i applikasjonen %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modell:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "relaterte `%(app_label)s.%(object_name)s`-objekter"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "alle %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "antall %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Felter på %s-objekter"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ser ikke ut til å være et urlpattern-objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Hjem"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s ser ikke ut til å være et urlpattern-objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Hjem"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentasjon"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bokmerker"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentasjonsbokmerker"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,11 +125,11 @@ msgstr ""
"(kontakt din systemadministrator hvis du er usikker på om maskinen din er "
"\"intern\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentasjon for denne siden"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -137,11 +137,11 @@ msgstr ""
"Hopp fra hvilken som helst side til dokumentasjonen for visningsfunksjonen "
"som genererte den siden."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Vis objekt-ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,41 +149,50 @@ msgstr ""
"Viser \"content-type\" og en unik ID for sider som representerer et enkelt "
"objekt."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Rediger dette objektet (nåværende vindu)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Hopper til administrasjonssiden for sider som representerer et enkelt objekt."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Rediger dette objektet (nytt vindu)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Samme som over, men åpner administrasjonssiden i et nytt vindu."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modeller"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Maler"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filter"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tags"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolsk (True eller False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Felt av typen: %(field_type)s"

View File

@@ -1,78 +1,91 @@
# This file is distributed under the same license as the Django package.
#
# Translators:
# Paras Nath Chaudhary <opnchaudhary@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-03-07 03:49+0000\n"
"Last-Translator: sagarchalise <chalisesagar@gmail.com>\n"
"Language-Team: Nepali (http://www.transifex.net/projects/p/django/language/"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Paras Nath Chaudhary <opnchaudhary@gmail.com>\n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/django/language/"
"ne/)\n"
"Language: ne\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"
"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "ट्याग"
msgstr "ट्याग:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr ""
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr ""
msgstr "धृस्य :"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr ""
msgstr "App %r भेटिएन "
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
msgstr "%(model_name)r नमुना %(app_label)r appमा भेटिएन"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr ""
msgstr "`%(app_label)s.%(data_type)s` संबंधित बस्तु "
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr ""
msgstr "नमुना :"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr ""
msgstr "`%(app_label)s.%(object_name)s` संबंधित बस्तु "
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "सबै %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr ""
msgstr "%sको संख्या"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr ""
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr ""
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "गृह "
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -82,30 +95,18 @@ msgstr ""
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr ""
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr ""
msgstr "प्रलेखन"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr ""
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -116,60 +117,69 @@ msgid ""
"your computer is \"internal\").</p>\n"
msgstr ""
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr ""
msgstr "यो पृस्ठको लागी प्रलेखन"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
msgstr ""
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr ""
msgstr "बस्तुको पहिचान देखाउनुहोस "
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr ""
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr ""
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
msgstr "नमुनाहरु "
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
msgstr "ट्यागहरु "
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
msgstr "धृस्यहरु "
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "बुलियन (True अथवा False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "फाँटको प्रकार: %(field_type)s"

View File

@@ -7,74 +7,86 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-17 23:02+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jeffrey Gelens <jeffrey@noppo.pro>\n"
"Language-Team: Dutch (http://www.transifex.net/projects/p/django/language/"
"Language-Team: Dutch (http://www.transifex.com/projects/p/django/language/"
"nl/)\n"
"Language: 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"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Toepassing %r niet gevonden"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr "Model %(model_name)r niet gevonden in toepassing %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "het gerelateerde `%(app_label)s.%(data_type)s` object"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "model:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "gerelateerde `%(app_label)s.%(object_name)s` objecten"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "alle %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "aantal %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Velden van %s objecten"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s lijkt geen urlpattern-object te zijn"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Voorpagina"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s lijkt geen urlpattern-object te zijn"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Voorpagina"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Documentatie"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bookmarklets"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Documentatie bookmarklets"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -129,11 +129,11 @@ msgstr ""
"(Raadpleeg uw systeembeheerder of uw computer zich op het interne netwerk "
"bevind).<p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Documentatie voor deze pagina"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -141,11 +141,11 @@ msgstr ""
"Springt vanuit elke pagina naar de documentatie voor de view die gegenereerd "
"wordt door die pagina."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Toon object-ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -153,41 +153,50 @@ msgstr ""
"Toont het content-type en unieke ID voor pagina's die een enkel object "
"voorstellen."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Bewerk dit object (huidig venster)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Gaat naar de beheerpagina voor pagina's die een enkel object weergeven."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Bewerk dit object (nieuw venster)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Zoals hierboven, maar opent de beheerpagina in een nieuw venster."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr "Modellen"
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr "Templates"
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr "Filters"
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr "Tags"
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr "Views"
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolean (True danwel False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Veld van type: %(field_type)s"

View File

@@ -6,75 +6,87 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:36+0100\n"
"PO-Revision-Date: 2012-02-14 13:06+0000\n"
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.net/projects/p/django/"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/django/"
"language/nn/)\n"
"Language: nn\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"
"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: views.py:57 views.py:59 views.py:61
#: views.py:58 views.py:60 views.py:62
msgid "tag:"
msgstr "tag:"
#: views.py:92 views.py:94 views.py:96
#: views.py:93 views.py:95 views.py:97
msgid "filter:"
msgstr "filter:"
#: views.py:155 views.py:157 views.py:159
#: views.py:156 views.py:158 views.py:160
msgid "view:"
msgstr "view:"
#: views.py:187
#: views.py:188
#, python-format
msgid "App %r not found"
msgstr "Kunne ikkje finne applikasjonen %r"
#: views.py:194
#: views.py:195
#, python-format
msgid "Model %(model_name)r not found in app %(app_label)r"
msgstr ""
"Kunne ikkje finne modellen %(model_name)r i applikasjonen %(app_label)r"
#: views.py:206
#: views.py:207
#, python-format
msgid "the related `%(app_label)s.%(data_type)s` object"
msgstr "det relaterte `%(app_label)s.%(data_type)s`-objektet"
#: views.py:206 views.py:225 views.py:230 views.py:244 views.py:258
#: views.py:263
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
#: views.py:264
msgid "model:"
msgstr "modell:"
#: views.py:221 views.py:253
#: views.py:222 views.py:254
#, python-format
msgid "related `%(app_label)s.%(object_name)s` objects"
msgstr "relaterte `%(app_label)s.%(object_name)s`-objekt"
#: views.py:225 views.py:258
#: views.py:226 views.py:259
#, python-format
msgid "all %s"
msgstr "alle %s"
#: views.py:230 views.py:263
#: views.py:231 views.py:264
#, python-format
msgid "number of %s"
msgstr "tal på %s"
#: views.py:268
#: views.py:269
#, python-format
msgid "Fields on %s objects"
msgstr "Felt på %s-objekt"
#: views.py:360
#: views.py:361
#, python-format
msgid "%s does not appear to be a urlpattern object"
msgstr "%s ser ikkje ut til å vere eit urlpattern-objekt"
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
#: templates/admin_doc/missing_docutils.html:6
#: templates/admin_doc/model_detail.html:14
#: templates/admin_doc/model_index.html:8
#: templates/admin_doc/template_detail.html:6
#: templates/admin_doc/template_filter_index.html:7
#: templates/admin_doc/template_tag_index.html:7
#: templates/admin_doc/view_detail.html:6
#: templates/admin_doc/view_index.html:7
msgid "Home"
msgstr "Heim"
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
#: templates/admin_doc/missing_docutils.html:7
#: templates/admin_doc/model_detail.html:15
@@ -84,30 +96,18 @@ msgstr "%s ser ikkje ut til å vere eit urlpattern-objekt"
#: templates/admin_doc/template_tag_index.html:8
#: templates/admin_doc/view_detail.html:7
#: templates/admin_doc/view_index.html:8
msgid "Home"
msgstr "Heim"
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:8
#: templates/admin_doc/missing_docutils.html:8
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
#: templates/admin_doc/template_detail.html:8
#: templates/admin_doc/template_filter_index.html:9
#: templates/admin_doc/template_tag_index.html:9
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Documentation"
msgstr "Dokumentasjon"
#: templates/admin_doc/bookmarklets.html:9
#: templates/admin_doc/bookmarklets.html:8
msgid "Bookmarklets"
msgstr "Bokmerke"
#: templates/admin_doc/bookmarklets.html:12
#: templates/admin_doc/bookmarklets.html:11
msgid "Documentation bookmarklets"
msgstr "Dokumentasjonsbokmerke"
#: templates/admin_doc/bookmarklets.html:16
#: templates/admin_doc/bookmarklets.html:15
msgid ""
"\n"
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
@@ -125,11 +125,11 @@ msgstr ""
"(kontakt systemadministratoren din dersom du er usikker på om maskina di er "
"\"intern\").</p>\n"
#: templates/admin_doc/bookmarklets.html:26
#: templates/admin_doc/bookmarklets.html:25
msgid "Documentation for this page"
msgstr "Dokumentasjon for denne sida"
#: templates/admin_doc/bookmarklets.html:27
#: templates/admin_doc/bookmarklets.html:26
msgid ""
"Jumps you from any page to the documentation for the view that generates "
"that page."
@@ -137,11 +137,11 @@ msgstr ""
"Hopp frå kva som helst side til dokumentasjonen for visingsfunksjonen som "
"genererte sida."
#: templates/admin_doc/bookmarklets.html:29
#: templates/admin_doc/bookmarklets.html:28
msgid "Show object ID"
msgstr "Vis objekt-ID"
#: templates/admin_doc/bookmarklets.html:30
#: templates/admin_doc/bookmarklets.html:29
msgid ""
"Shows the content-type and unique ID for pages that represent a single "
"object."
@@ -149,41 +149,50 @@ msgstr ""
"Viser \"content-type\" og ein unik ID for sider som representerar eit enkelt "
"objekt."
#: templates/admin_doc/bookmarklets.html:32
#: templates/admin_doc/bookmarklets.html:31
msgid "Edit this object (current window)"
msgstr "Endre dette objektet (noverande vindauge)"
#: templates/admin_doc/bookmarklets.html:33
#: templates/admin_doc/bookmarklets.html:32
msgid "Jumps to the admin page for pages that represent a single object."
msgstr ""
"Hoppar til administrasjonssida for sider som representerer eit enkelt objekt."
#: templates/admin_doc/bookmarklets.html:35
#: templates/admin_doc/bookmarklets.html:34
msgid "Edit this object (new window)"
msgstr "Endre dette objektet (nytt vindauge)"
#: templates/admin_doc/bookmarklets.html:36
#: templates/admin_doc/bookmarklets.html:35
msgid "As above, but opens the admin page in a new window."
msgstr "Samme som over, men opnar administrasjonssida i eit nytt vindauge."
#: templates/admin_doc/model_detail.html:17
#: templates/admin_doc/model_index.html:11
#: templates/admin_doc/model_detail.html:16
#: templates/admin_doc/model_index.html:10
msgid "Models"
msgstr ""
#: templates/admin_doc/template_detail.html:9
#: templates/admin_doc/template_detail.html:8
msgid "Templates"
msgstr ""
#: templates/admin_doc/template_filter_index.html:10
#: templates/admin_doc/template_filter_index.html:9
msgid "Filters"
msgstr ""
#: templates/admin_doc/template_tag_index.html:10
#: templates/admin_doc/template_tag_index.html:9
msgid "Tags"
msgstr ""
#: templates/admin_doc/view_detail.html:9
#: templates/admin_doc/view_index.html:10
#: templates/admin_doc/view_detail.html:8
#: templates/admin_doc/view_index.html:9
msgid "Views"
msgstr ""
#: tests/__init__.py:23
msgid "Boolean (Either True or False)"
msgstr "Boolsk (True eller False)"
#: tests/__init__.py:33
#, python-format
msgid "Field of type: %(field_type)s"
msgstr "Felt av typen: %(field_type)s"

Some files were not shown because too many files have changed in this diff Show More