diff --git a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo index 16fba87350..8b68e566c8 100644 Binary files a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po index 6e66886bf0..7c1655d524 100644 --- a/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po @@ -1,23 +1,19 @@ -# translation of django.po to Arabic -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. # -# Ossama M. Khayat , 2009, 2010. msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-12 11:20+0300\n" -"Last-Translator: Ossama M. Khayat \n" -"Language-Team: Arabic \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" -"Plural-Forms: nplurals=4; plural=(n == 1? 0 : (n == 2? 1 : (n <= 10? 2 : " -"3)))\n" -"\n" -"\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" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d3ce600d3c Binary files /dev/null and b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000000..42cec2f3d5 --- /dev/null +++ b/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,135 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Azerbaijani \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: az\n" +"Plural-Forms: nplurals=1; plural=0\n" + +#: views.py:63 views.py:65 views.py:67 +msgid "tag:" +msgstr "" + +#: views.py:98 views.py:100 views.py:102 +msgid "filter:" +msgstr "" + +#: views.py:162 views.py:164 views.py:166 +msgid "view:" +msgstr "" + +#: views.py:194 +#, python-format +msgid "App %r not found" +msgstr "" + +#: views.py:201 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 +#: views.py:270 +msgid "model:" +msgstr "" + +#: views.py:228 views.py:260 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: views.py:232 views.py:265 +#, python-format +msgid "all %s" +msgstr "" + +#: views.py:237 views.py:270 +#, python-format +msgid "number of %s" +msgstr "" + +#: views.py:275 +#, python-format +msgid "Fields on %s objects" +msgstr "" + +#: views.py:365 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Home" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Documentation" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:4 +msgid "Documentation bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "" +"\n" +"

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\").

\n" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:18 +msgid "Documentation for this page" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:19 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:21 +msgid "Show object ID" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:22 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:24 +msgid "Edit this object (current window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:27 +msgid "Edit this object (new window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:28 +msgid "As above, but opens the admin page in a new window." +msgstr "" diff --git a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo index dfe9495611..004c33ae32 100644 Binary files a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po index 81eec9c5a6..01f6768123 100644 --- a/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po @@ -1,17 +1,18 @@ -# translation of django.po to Bulgarian -# +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-03-12 13:01+0200\n" -"Last-Translator: Vladislav \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -31,14 +32,14 @@ msgid "App %r not found" msgstr "Приложението %r липсва" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Моделът %(name)r го няма в приложение %(label)r" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "свързаният обект `%(label)s.%(type)s` " +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -46,9 +47,9 @@ msgid "model:" msgstr "модел:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "свързани `%(label)s.%(name)s` обекти" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo index 2185913cd2..1fe0d86462 100644 Binary files a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po index 86b85b14cb..26279ba3ab 100644 --- a/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2009-07-19 22:49+0000\n" -"Last-Translator: Nasimul Haque \n" -"Language-Team: Nasimul Haque \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Bengali <>\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo index 2f52445a30..6d6991e357 100644 Binary files a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po index 2bb894decf..0fd67b5ca6 100644 --- a/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po @@ -4,15 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-04-28 13:45+0100\n" -"Last-Translator: Filip Dupanović \n" -"Language-Team: Filip Dupanović \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Bosnian \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%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Language: bs\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:63 views.py:65 views.py:67 msgid "tag:" @@ -46,27 +47,21 @@ msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" msgid "model:" msgstr "model:" -# WARN: possible breakage in future -# This string is interpolated in strings below, which can cause breakage in -# future releases. #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "klase `%(app_label)s.%(object_name)s`" -# WARN: possible breakage in future #: views.py:232 views.py:265 #, python-format msgid "all %s" msgstr "svi povezani objekti %s" -# WARN: possible breakage in future #: views.py:237 views.py:270 #, python-format msgid "number of %s" msgstr "broj povezanih objekata %s" -# WARN: possible breakage in future #: views.py:275 #, python-format msgid "Fields on %s objects" diff --git a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo index 4b34199544..1b90ad896d 100644 Binary files a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po index a6b62e9294..ec653c26a4 100644 --- a/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# translation of django.po to Catalan # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2009-03-24 13:28+0100\n" -"Last-Translator: Django Catalan Group \n" -"Language-Team: Catalan \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Catalan \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo index 5a95f297c3..3d4fe66df8 100644 Binary files a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po index 9e7e35caa9..31452ce56c 100644 --- a/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# Translation of django.po to Czech -# This file is distributed under the same license as the DJANGO package. -# Radek Svarz , 2005, -# Tomáš Ehrlich , 2009, -# Vlada Macek , 2010. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-08-06 18:33+0100\n" -"Last-Translator: Vlada Macek \n" -"Language-Team: Czech\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Czech \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>1 && n<5 ? 1 : 2;\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo index 7377da2fc9..0450dd205d 100644 Binary files a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po index ef3d6d1992..42474f2cf5 100644 --- a/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# Translation of Django to Welsh. -# Copyright (C) 2005 Django. # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2005-11-05 HO:MI+ZONE\n" -"Last-Translator: Jason Davies \n" -"Language-Team: Cymraeg \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != " -"11) ? 2 : 3;\n" +"Language: cy\n" +"Plural-Forms: nplurals=4; plural=(n==2) ? 1 : 0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -25,14 +23,13 @@ msgid "filter:" msgstr "" #: views.py:162 views.py:164 views.py:166 -#, fuzzy msgid "view:" -msgstr "Amser:" +msgstr "" #: views.py:194 -#, fuzzy, python-format +#, python-format msgid "App %r not found" -msgstr "Tudalen heb ei ddarganfod" +msgstr "" #: views.py:201 #, python-format diff --git a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo index a09ff2bd89..05715ac9f0 100644 Binary files a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po index 0d7a845f33..16486a8daf 100644 --- a/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po @@ -1,18 +1,17 @@ -# Translation of django.po to Danish # This file is distributed under the same license as the Django package. # -# msgid "" msgstr "" -"Project-Id-Version: Django 1.0\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-02-20 20:41+0200\n" -"Last-Translator: Finn Gruwier Larsen\n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Danish <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 diff --git a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo index fe5513dab6..d4a693d5f4 100644 Binary files a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po index 127692aa65..cfab8f6423 100644 --- a/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po @@ -1,22 +1,17 @@ -# Translation of django.po to German -# -# Copyright (C) 2005-2009, -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-10-10 00:58+0200\n" -"Last-Translator: Jannis Leidel \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: German <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: German\n" -"X-Poedit-Country: GERMANY\n" -"X-Poedit-SourceCharset: utf-8\n" +"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 diff --git a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo index 895a692678..bff30c629c 100644 Binary files a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po index 349fc66fdd..5d73c2ac2b 100644 --- a/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# translation of django.po to el -# Copyright (C) 2006 and beyond -# This file is distributed under the same license as the DJANGO package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-09-03 04:19+0100\n" -"Last-Translator: Dimitris Glezos \n" -"Language-Team: el \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: glezos \n" +"Language-Team: Greek <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -29,19 +27,19 @@ msgid "view:" msgstr "προβολή:" #: views.py:194 -#, fuzzy, python-format +#, python-format msgid "App %r not found" -msgstr "Η σελίδα δε βρέθηκε" +msgstr "Δε βρέθηκε η εφαρμογή %r" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "όνομα" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "όνομα" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -49,9 +47,9 @@ msgid "model:" msgstr "μοντέλο:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "όνομα" +msgstr "" #: views.py:232 views.py:265 #, python-format @@ -90,7 +88,6 @@ msgid "Documentation bookmarklets" msgstr "Σελιδοδείκτες τεκμηρίωσης" #: templates/admin_doc/bookmarklets.html:8 -#, fuzzy msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" @@ -100,47 +97,44 @@ msgid "" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

\n" msgstr "" -"\n" -"

δεσμός ή δεξιά δεσμός και αύξηση Τώρα υποφαινόμενο από " -"κάθε σελίδα μέσα site Σημείωση από υποφαινόμενο site από a σύστημα " -"υποφαινόμενο t είναι

n" #: templates/admin_doc/bookmarklets.html:18 msgid "Documentation for this page" msgstr "Τεκμηρίωση για αυτήν τη σελίδα" #: templates/admin_doc/bookmarklets.html:19 -#, fuzzy msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." -msgstr "Άλματα υποφαινόμενο από κάθε σελίδα τεκμηρίωση για σελίδα." +msgstr "" +"Μεταπήδηση από οποιαδήποτε σελίδα στην τεκμηρίωση για το view που " +"δημιούργησε τη σελίδα αυτή." #: templates/admin_doc/bookmarklets.html:21 msgid "Show object ID" msgstr "Εμφάνιση ID αντικειμένου" #: templates/admin_doc/bookmarklets.html:22 -#, fuzzy msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." -msgstr "Περιεχόμενο τύπος και μοναδικό ID για σελίδες a single αντικείμενο." +msgstr "" +"Εμφάνιση του content-type και του μοναδικού αναγνωριστικού για τις σελίδες " +"που αντιπροσωπεύουν ένα μοναδικό αντικείμενο." #: templates/admin_doc/bookmarklets.html:24 msgid "Edit this object (current window)" msgstr "Επεξεργασία αυτού του αντικειμένου (τρέχον παράθυρο)" #: templates/admin_doc/bookmarklets.html:25 -#, fuzzy msgid "Jumps to the admin page for pages that represent a single object." -msgstr "Άλματα σελίδα για σελίδες a single αντικείμενο." +msgstr "" #: templates/admin_doc/bookmarklets.html:27 msgid "Edit this object (new window)" msgstr "Επεξεργασία αυτού του αντικειμένου (νέο παράθυρο)" #: templates/admin_doc/bookmarklets.html:28 -#, fuzzy msgid "As above, but opens the admin page in a new window." -msgstr "σελίδα μέσα a νέο παράθυρο." +msgstr "" +"Όπως και παραπάνω, αλλά άνοιγμα της σελίδας διαχείρισης σε νέο παράθυρο." diff --git a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo index da63e3d09f..77795650b8 100644 Binary files a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po index 0c19dd0d76..b3c3b3806d 100644 --- a/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n" "Last-Translator: Django team\n" "Language-Team: English \n" diff --git a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo index 21712e9d67..0dafc484af 100644 Binary files a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po index cf37dcd7ac..cf14efb0c6 100644 --- a/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po @@ -4,86 +4,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-03-25 08:00+1000\n" -"Last-Translator: Simon Meers \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: jon_atkinson \n" +"Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" -msgstr "" +msgstr "tag:" #: views.py:98 views.py:100 views.py:102 msgid "filter:" -msgstr "" +msgstr "filter:" #: views.py:162 views.py:164 views.py:166 msgid "view:" -msgstr "" +msgstr "view:" #: views.py:194 #, python-format msgid "App %r not found" -msgstr "" +msgstr "App %r not found" #: views.py:201 #, 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:213 #, 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:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 msgid "model:" -msgstr "" +msgstr "model:" #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "" +msgstr "related `%(app_label)s.%(object_name)s` objects" #: views.py:232 views.py:265 #, python-format msgid "all %s" -msgstr "" +msgstr "all %s" #: views.py:237 views.py:270 #, python-format msgid "number of %s" -msgstr "" +msgstr "number of %s" #: views.py:275 #, python-format msgid "Fields on %s objects" -msgstr "" +msgstr "Fields on %s objects" #: views.py:365 #, 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:3 msgid "Home" -msgstr "" +msgstr "Home" #: templates/admin_doc/bookmarklets.html:3 msgid "Documentation" -msgstr "" +msgstr "Documentation" #: templates/admin_doc/bookmarklets.html:3 msgid "Bookmarklets" -msgstr "" +msgstr "Bookmarklets" #: templates/admin_doc/bookmarklets.html:4 msgid "Documentation bookmarklets" -msgstr "" +msgstr "Documentation bookmarklets" #: templates/admin_doc/bookmarklets.html:8 msgid "" @@ -95,39 +97,50 @@ msgid "" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

\n" msgstr "" +"\n" +"

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\").

\n" #: templates/admin_doc/bookmarklets.html:18 msgid "Documentation for this page" -msgstr "" +msgstr "Documentation for this page" #: templates/admin_doc/bookmarklets.html:19 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:21 msgid "Show object ID" -msgstr "" +msgstr "Show object ID" #: templates/admin_doc/bookmarklets.html:22 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:24 msgid "Edit this object (current window)" -msgstr "" +msgstr "Edit this object (current window)" #: templates/admin_doc/bookmarklets.html:25 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:27 msgid "Edit this object (new window)" -msgstr "" +msgstr "Edit this object (new window)" #: templates/admin_doc/bookmarklets.html:28 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." diff --git a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo index b53600a8bd..58d76064d7 100644 Binary files a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po index 479b76a412..c0fa5d59e6 100644 --- a/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# Spanish translation for the django project -# Copyright (C) 2008, The Django Project -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2009-11-30 11:31+0100\n" -"Last-Translator: Django Spanish Team, \n" -"Language-Team: Django Spanish Team, \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Spanish (Castilian) <>\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo index ac96906af4..0d11194452 100644 Binary files a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po index 603a24c00b..94a9f4409d 100644 --- a/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-08-11 09:00-0300\n" -"Last-Translator: Ramiro \n" -"Language-Team: Django-I18N \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Spanish (Argentinian) <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_AR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.0.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo index 9efec71d47..d593a2eae8 100644 Binary files a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po index 78c565eadc..81a265705c 100644 --- a/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po @@ -4,9 +4,9 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2011-02-06 05:55+0000\n" -"Last-Translator: AbeEstrada \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" "Language-Team: Spanish (Mexican) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -96,23 +96,37 @@ msgid "" "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\").

\n" -msgstr "\n

Para instalar bookmarklets, arrastre el enlace a su barra de favoritos, o pulse con el botón derecho el enlace y añádalo a sus favoritos. Ahora puede seleccionar el bookmarklet desde cualquier página en el sitio. Tenga en cuenta que algunos de estos bookmarklets necesitan que 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).

\n" +msgstr "" +"\n" +"

Para instalar bookmarklets, arrastre el enlace a su barra " +"de favoritos, o pulse con el botón derecho el enlace y añádalo a sus " +"favoritos. Ahora puede seleccionar el bookmarklet desde cualquier página en " +"el sitio. Tenga en cuenta que algunos de estos bookmarklets necesitan que " +"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).

\n" #: templates/admin_doc/bookmarklets.html:18 msgid "Documentation for this page" msgstr "Documentación de esta página" #: templates/admin_doc/bookmarklets.html:19 -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." +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:21 msgid "Show object ID" msgstr "Mostrar ID de objeto" #: templates/admin_doc/bookmarklets.html:22 -msgid "Shows the content-type and unique ID for pages that represent a single object." -msgstr "Muestra el tipo de contenido e ID único de las páginas que representan un único objeto." +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" +"Muestra el tipo de contenido e ID único de las páginas que representan un " +"único objeto." #: templates/admin_doc/bookmarklets.html:24 msgid "Edit this object (current window)" @@ -120,7 +134,9 @@ msgstr "Editar este objeto (ventana actual)" #: templates/admin_doc/bookmarklets.html:25 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." +msgstr "" +"Le lleva a la página de administración de páginas que representan un único " +"objeto." #: templates/admin_doc/bookmarklets.html:27 msgid "Edit this object (new window)" @@ -128,4 +144,5 @@ msgstr "Editar este objeto (nueva ventana)" #: templates/admin_doc/bookmarklets.html:28 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" +msgstr "" +"Como el anterior, pero abre la página de administración en una ventana nueva" diff --git a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo index a9886308f7..4cb2522cc1 100644 Binary files a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po index 821d9043c6..4d82324e5f 100644 --- a/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# Estonian translation for the Django Project. -# Copyright (C) 2008, Django Project -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-09-03 00:35+0200\n" -"Last-Translator: Erik Allik \n" -"Language-Team: Django-i18n \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Estonian <>\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo index 51cd23c72e..c0019c2df6 100644 Binary files a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po index 4fac5bf847..f4982df21b 100644 --- a/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# translation of django.po to -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-07-08 12:55+0200\n" -"Last-Translator: Aitzol Naberan \n" -"Language-Team: Django-i18n \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: aitzol \n" +"Language-Team: Basque \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:63 views.py:65 views.py:67 msgid "tag:" @@ -33,14 +32,14 @@ msgid "App %r not found" msgstr "%r aplikazio ez da aurkitu" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "%(name)r modeloa ez da %(label)r aplikazioan aurkitu" +msgstr "%(model_name)r modeloa ez da aurkitu %(app_label)r aplikazioan" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "erlazionatutako `%(label)s.%(type)s` objetua" +msgstr "erlazionatutako `%(app_label)s.%(data_type)s` objektua" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -48,9 +47,9 @@ msgid "model:" msgstr "modeloa:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "erlazionatutako `%(label)s.%(name)s` objetua" +msgstr "erlazionatutako `%(app_label)s.%(object_name)s` objektuak" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo index b61a29ed2d..8aa0dd0594 100644 Binary files a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po index 38df9af999..227700cd38 100644 --- a/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# Persian translation of Django. -# Copyright (C) 2007 THE Django'S COPYRIGHT HOLDER # This file is distributed under the same license as the Django package. # -# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-09-01 02:00+0430\n" -"Last-Translator: Reza Mohammadi \n" -"Language-Team: Persian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Persian \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo index 01f8107f4a..0646811288 100644 Binary files a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po index fa4d1b35e1..0a63a64b7c 100644 --- a/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po @@ -1,22 +1,18 @@ -# Finnish translation of Django -# Copyright (C) 2006-2007 # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-09-15 00:34+0300\n" -"Last-Translator: Aku Kotkavuo \n" -"Language-Team: Django I18N \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Finnish \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" -"X-Poedit-Language: Finnish\n" -"X-Poedit-Country: FINLAND\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo index 6b7443470f..efb4b6472b 100644 Binary files a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po index f6135470ce..1ea5c7b16b 100644 --- a/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po @@ -1,23 +1,18 @@ -# French translation of Django. # This file is distributed under the same license as the Django package. -# Copyright (C) 2008 Django Software Foundation and individual contributors. -# -# Stéphane Raimbault , 2009-2010. -# Claude Paroz , 2009 -# David Larlet , 2009-2010 # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-08-09 14:38+0200\n" -"Last-Translator: Stéphane Raimbault \n" -"Language-Team: French \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: French \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo index 903c7d2427..a2c9ad0067 100644 Binary files a/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po index 78d1aab0e2..d3ac7219ad 100644 --- a/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-01-27 22:36-0700\n" -"Last-Translator: Wim Benes \n" -"Language-Team: FRISIAN \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-28 22:28+0000\n" +"Last-Translator: Django team\n" +"Language-Team: English \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: fy_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo index f936f0e6bc..cdb017871e 100644 Binary files a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po index 114225932b..3b892c0a42 100644 --- a/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po @@ -4,15 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-07 17:33+0100\n" -"Last-Translator: Michael Thornhill \n" -"Language-Team: Irish \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Irish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " -"3 : 4;\n" +"Language: ga\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : " +"4)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo index 8e29cac5da..32e1993930 100644 Binary files a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po index d347034bb0..185ce0e0b8 100644 --- a/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# Translation of django.po to Galego -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-05-28 17:29+0200\n" -"Last-Translator: Afonso Fernández Nogueira \n" -"Language-Team: Galego\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Galician\n" -"X-Poedit-SourceCharset: utf-8\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -35,14 +32,14 @@ msgid "App %r not found" msgstr "Non se atopou a aplicación %r" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Non se atopou o modelo %(name)r na aplicación %(label)r" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "o obxecto `%(label)s.%(type)s` relacionado" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -50,9 +47,9 @@ msgid "model:" msgstr "modelo:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "obxectos `%(label)s.%(name)s` relacionados" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo index 56cd65338b..755ec281ef 100644 Binary files a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po index 85d6521ef3..d5cf68f198 100644 --- a/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# translation of Django. -# Copyright (C) 2008 The Django Project # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-09 15:10-0500\n" -"Last-Translator: Alex \n" -"Language-Team: Django-i18n \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Hebrew <>\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" -"X-Poedit-Bookmarks: -1,988,-1,-1,-1,-1,-1,-1,-1,-1\n" -"X-Generator: Lokalize 1.0\n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo index a5fd6cdb9d..ec8c65d62e 100644 Binary files a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po index 37f963b445..5040f66b5c 100644 --- a/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po @@ -1,22 +1,18 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" -"Project-Id-Version: Django SVN\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-11-12 08:14+0530\n" -"Last-Translator: Thejaswi Puthraya \n" -"Language-Team: Hindi \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Hindi\n" -"X-Poedit-Country: INDIA\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo index c884a77363..79d48f803c 100644 Binary files a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po index 55dd2e2ae8..7c336834b9 100644 --- a/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po @@ -1,17 +1,19 @@ +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-10 18:56+0200\n" -"Last-Translator: Aljosa Mohorovic \n" -"Language-Team: Django i18n team \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Croatian <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " -"n%100==4 ? 2 : 3);\n" -"X-Generator: Lokalize 1.0\n" +"Language: hr\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo index 4676b01b11..a6e17c5038 100644 Binary files a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po index b10b174285..c31070f176 100644 --- a/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# translation of django.po to Hungarian -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-08-30 01:11+0200\n" -"Last-Translator: Szilveszter Farkas \n" -"Language-Team: Hungarian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Hungarian <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo index b7f81bd0d1..dc961a5e6e 100644 Binary files a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po index 8b5a7d82cb..4b034f4522 100644 --- a/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po @@ -1,17 +1,17 @@ -# Translation of django.po to Indonesian # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-08 18:39+0700\n" -"Last-Translator: Selwin Ong \n" -"Language-Team: Indonesian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: rodin \n" +"Language-Team: Indonesian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: id\n" "Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 @@ -34,12 +34,12 @@ msgstr "Aplikasi %r tidak ditemukan" #: views.py:201 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Model %(model_name)r tidak ada di aplikasi %(app_label)r" +msgstr "Model %(model_name)r tidak ditemukan di aplikasi %(app_label)r" #: views.py:213 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "obyek `%(app_label)s.%(data_type)s` yang berhubungan" +msgstr "objek `%(app_label)s.%(data_type)s` yang terkait" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -49,7 +49,7 @@ msgstr "model:" #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "obyek-obyek `%(app_label)s.%(object_name)s` yang berhubungan" +msgstr "obyek `%(app_label)s.%(object_name)s` yang terkait" #: views.py:232 views.py:265 #, python-format @@ -64,16 +64,16 @@ msgstr "jumlah %s" #: views.py:275 #, python-format msgid "Fields on %s objects" -msgstr "Field-field dalam %s obyek" +msgstr "Bidang dalam objek %s" #: views.py:365 #, python-format msgid "%s does not appear to be a urlpattern object" -msgstr "%s bukan berupa obyek urlpattern" +msgstr "%s bukan berupa objek urlpattern" #: templates/admin_doc/bookmarklets.html:3 msgid "Home" -msgstr "Halaman Utama" +msgstr "Beranda" #: templates/admin_doc/bookmarklets.html:3 msgid "Documentation" @@ -81,7 +81,7 @@ msgstr "Dokumentasi" #: templates/admin_doc/bookmarklets.html:3 msgid "Bookmarklets" -msgstr "Bookmarklets" +msgstr "Bookmarklet" #: templates/admin_doc/bookmarklets.html:4 msgid "Documentation bookmarklets" @@ -98,53 +98,50 @@ msgid "" "your computer is \"internal\").

\n" msgstr "" "\n" -"

Untuk menginstal bookmarklet, drag tautan ini ke toolbar\n" -"bookmark Anda atau klik kanan di pautan tersebut dan tambahkan ke bookmark " -"Anda. Kini Anda dapat\n" -"memilih bookmarklet dari halaman apapun di situs. Jangan lupa beberapa\n" -"bookmarklet ini hanya bisa digunakan dari komputer yang terdaftar \n" -"sebagai \"internal\" (hubungi administrator sistem Anda apabila tidak yakin " -"apakah\n" -"komputer Anda termasuk \"internal\").

\n" +"

Untuk memasang bookmarklet, seret tautan ini ke bilah\n" +"markah Anda atau klik kanan pada tautan tersebut kemudian tambahkan ke\n" +"markah Anda. Setelah itu Anda dapat memilih bookmarklet dari laman apapun\n" +"pada situs. Jangan lupa, beberapa bookmarklet ini hanya bisa digunakan\n" +"dari komputer yang terdaftar sebagai \"internal\" (hubungi administrator\n" +"sistem Anda apabila tidak yakin apakah komputer Anda termasuk komputer\n" +"\"internal\").

\n" #: templates/admin_doc/bookmarklets.html:18 msgid "Documentation for this page" -msgstr "Dokumentasi untuk halaman ini" +msgstr "Dokumentasi untuk laman ini" #: templates/admin_doc/bookmarklets.html:19 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" -"Membawa Anda ke halaman dokumentasi untuk view yang menghasilkan halaman " -"tersebut." +"Buka dari laman apa saja ke laman dokumentasi untuk view yang menghasilkan " +"laman tersebut." #: templates/admin_doc/bookmarklets.html:21 msgid "Show object ID" -msgstr "Perlihatkan ID obyek" +msgstr "Tampilkan ID objek" #: templates/admin_doc/bookmarklets.html:22 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" -"Perlihatkan content-type dan ID unik untuk halaman-halaman yang mewakili " -"sebuah obyek tunggal." +"Tampilkan tipe-konten dan ID unik untuk laman yang mewakili sebuah objek " +"tunggal." #: templates/admin_doc/bookmarklets.html:24 msgid "Edit this object (current window)" -msgstr "Ubah obyek ini (di jendela ini)" +msgstr "Edit objek ini (pada jendela ini)" #: templates/admin_doc/bookmarklets.html:25 msgid "Jumps to the admin page for pages that represent a single object." -msgstr "" -"Loncat ke halaman admin untuk halaman-halaman yang mewakili sebuah obyek " -"tunggal." +msgstr "Buka laman admin pada laman yang mewakili sebuah objek tunggal." #: templates/admin_doc/bookmarklets.html:27 msgid "Edit this object (new window)" -msgstr "Ubah obyek ini (di jendela baru)" +msgstr "Edit objek ini (pada jendela baru)" #: templates/admin_doc/bookmarklets.html:28 msgid "As above, but opens the admin page in a new window." -msgstr "Seperti di atas, tetapi membuka halaman admin di jendela baru." +msgstr "Sama seperti di atas, tetapi laman halaman admin di jendela baru." diff --git a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo index f3edf0e00d..a168cad8e6 100644 Binary files a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po index 6ec73bb136..f83d1e3103 100644 --- a/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# Icelandic translation of Django. # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-09-09 16:34-0000\n" -"Last-Translator: Jökull Sólberg Auðunsson \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo index 08d9b5dac9..d69070c183 100644 Binary files a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po index 2bcd8a4356..faf600fe42 100644 --- a/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# translation of django.po to Italian -# Italian translation of Django. -# Copyright (C) 2006 the Lawrence Journal-World # This file is distributed under the same license as the Django package. +# msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-10 14:44+0200\n" -"Last-Translator: Nicola Larosa \n" -"Language-Team: Italian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Italian <>\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" -"X-Generator: KBabel 1.11.4\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo index 23f211e783..0be4f46f5e 100644 Binary files a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po index d082222641..35076eafb8 100644 --- a/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po @@ -1,16 +1,18 @@ -# Translation of django.po to japanese. +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-09 12:41+0900\n" -"Last-Translator: Takashi Matsuo \n" -"Language-Team: Japanese \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Japanese \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo index e2279f4176..21b6900805 100644 Binary files a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po index 22476913b6..28a6c0786d 100644 --- a/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po @@ -1,18 +1,17 @@ -# translation of django.po to Georgian -# Django translation to Georgian language. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-10-05 14:34+0400\n" -"Last-Translator: David Avsajanishvili \n" -"Language-Team: Georgian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Georgian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ka\n" "Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 diff --git a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo index efe292ee22..64c520af82 100644 Binary files a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po index cf16c8f468..3b1eac9e76 100644 --- a/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-08-10 00:21+0900\n" -"Last-Translator: Chay Sengtha \n" -"Language-Team: Chay Sengtha \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \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:63 views.py:65 views.py:67 msgid "tag:" @@ -33,14 +32,14 @@ msgid "App %r not found" msgstr "ស្វែងរក App %r មិនឃើញ ។" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Model %r រកមិនឃើញនៅក្នុង app %r" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr " `%s.%s` object ដែលពាក់ព័ន្ធ" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -48,9 +47,9 @@ msgid "model:" msgstr "model:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "ជាប់​ទាក់ទង​ជាមួយ​នឹងកម្មវិធី​  `%s.%s` " +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo index b6d2403c24..45e64537c6 100644 Binary files a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po index c866ac2874..233d231edc 100644 --- a/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# Kannada translation of Django. -# Copyright (C) 2007 Translation Team # This file is distributed under the same license as the Django package. -# Kannada Localization Team , 2007. -# # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-01-08 20:22+0530\n" -"Last-Translator: Kannada Localization Team \n" -"Language-Team: Kannada \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: kn\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -34,14 +32,14 @@ msgid "App %r not found" msgstr "%r ಅನ್ವಯಾಂಶ ಸಿಗಲಿಲ್ಲ" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "%r ಅನ್ವಯಾಂಶದಲ್ಲಿ %r ಮಾಡೆಲ್ಲು ಸಿಗಲಿಲ್ಲ" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "ಸಂಬಂಧಿಸಿದ `%s.%s` ವಸ್ತು" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -49,9 +47,9 @@ msgid "model:" msgstr "ಮಾಡೆಲ್:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "ಸಂಬಂಧಿಸಿದ `%s.%s` ವಸ್ತುಗಳು" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo index 03f3309178..64f2918d9d 100644 Binary files a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po index 43c9872ba2..af1f066785 100644 --- a/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po @@ -1,19 +1,17 @@ -# Django Korean Translation -# Copyright (C) 2009 -# This file is distributed under the same license as the django package. -# Hyun Mi Ae, Joongi Kim (me@daybreaker.info), Sung-Jin Hong (serialx.net@gmail.com) +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2007-04-06 11:04+0900\n" -"Last-Translator: Joongi Kim (me@daybreaker.info)\n" -"Language-Team: Korean\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" "Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 diff --git a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo index f622f3afea..6475bb1dd2 100644 Binary files a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po index 80654d2130..54942ef9f2 100644 --- a/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po @@ -1,19 +1,19 @@ -# Lithuanian translation of Django. -# Copyright (C) 2008 The Django Software Foundation # This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-06-18 22:37+0200\n" -"Last-Translator: Rapolas Kaselis \n" -"Language-Team: Django-i18n \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \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:63 views.py:65 views.py:67 msgid "tag:" @@ -33,14 +33,14 @@ msgid "App %r not found" msgstr "Programa %r nerasta" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Modelis %(name)r programoje %(label)r nerastas" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "susijęs `%(label)s.%(type)s` objektas" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -48,9 +48,9 @@ msgid "model:" msgstr "modelis:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "susiję `%(label)s.%(name)s` objektai" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo index 32baf02cf4..e8350ff47c 100644 Binary files a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po index 7e8ee9dc15..a0a333a769 100644 --- a/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po @@ -1,21 +1,19 @@ -# Django Latvian translation. -# Copyright (C) 2008 THE Django'S COPYRIGHT HOLDER # This file is distributed under the same license as the Django package. # -# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-10 20:18+0200\n" -"Last-Translator: Reinis Veips \n" -"Language-Team: Latvian translators' team \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Latvian \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo index 65c154d36f..38478b3f37 100644 Binary files a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po index 8c2573a5f7..11c48fc78e 100644 --- a/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po @@ -1,17 +1,18 @@ -# translation of django.po to Macedonian +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-04-05 15:53+0100\n" -"Last-Translator: Vasil Vangelovski \n" -"Language-Team: Macedonian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo index 4cd771a629..6c158e6a8b 100644 Binary files a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po index f64897ff20..4ed1490169 100644 --- a/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po @@ -1,22 +1,18 @@ -# Translation of Django to Malayalam. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# RAJEESH R NAIR , 2010. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" -"Project-Id-Version: Django SVN\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-28 15:09+0530\n" -"Last-Translator: Rajeesh Nair \n" -"Language-Team: MALAYALAM \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Malayalam \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Malayalam\n" -"X-Poedit-Country: INDIA\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: ml\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo index f5d25a664e..1e1ee172e3 100644 Binary files a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po index a906f54f49..418c0f77e9 100644 --- a/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ # This file is distributed under the same license as the Django package. # -# Urangua , 2010, 2002, 2010. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-03-11 17:23+0800\n" -"Last-Translator: Urangua \n" -"Language-Team: mn \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Ankhbayar \n" +"Language-Team: Mongolian <>\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:63 views.py:65 views.py:67 msgid "tag:" @@ -34,7 +34,7 @@ msgstr "%r програм олдсонгүй" #: views.py:201 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr " %(app_label)r програмд %(model_name)r загвар олдсонгүй" +msgstr " %(app_label)r програмд %(model_name)r модел олдсонгүй" #: views.py:213 #, python-format @@ -44,7 +44,7 @@ msgstr "холбогдох `%(app_label)s.%(data_type)s`объект" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 msgid "model:" -msgstr "загвар:" +msgstr "модел:" #: views.py:228 views.py:260 #, python-format @@ -73,7 +73,7 @@ msgstr "%s нь url хэлбэрийн объект биш байна" #: templates/admin_doc/bookmarklets.html:3 msgid "Home" -msgstr "Нүүр" +msgstr "Админ эхлэл" #: templates/admin_doc/bookmarklets.html:3 msgid "Documentation" @@ -81,11 +81,11 @@ msgstr "Баримтжуулалт" #: templates/admin_doc/bookmarklets.html:3 msgid "Bookmarklets" -msgstr "" +msgstr "Bookmarklet-ууд" #: templates/admin_doc/bookmarklets.html:4 msgid "Documentation bookmarklets" -msgstr "" +msgstr "Мookmarklet-уудын баримтжуулалт" #: templates/admin_doc/bookmarklets.html:8 msgid "" diff --git a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo index f6923779bc..94977fb56c 100644 Binary files a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po index 1346c1e686..aa687a0ff7 100644 --- a/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# Norwegian (Bokmål) translation of Django -# Copyright (C) 2005-2010 # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-05-14 21:43+0200\n" -"Last-Translator: Christian Mikalsen and Jon Lønne\n" -"Language-Team: Norsk \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Norwegian Bokmål <>\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo index 1f39320959..83e6179a4d 100644 Binary files a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po index c0fddf3c03..1ea6ea57be 100644 --- a/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# Dutch translation for Django. -# Copyright (C) 2008, Django Software Foundation # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-08-28 13:58+0100\n" -"Last-Translator: Rudolph Froger \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Dutch <>\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo index 17620fe8c0..401a53b9ac 100644 Binary files a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po index b5b1084f26..86a8d8986b 100644 --- a/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# translation of django.po to norwegian nynorsk -# Copyright (C) 2005 and beyond # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-03-04 12:13+0200\n" -"Last-Translator: Håvard Grimelid\n" -"Language-Team: Norsk nynorsk \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Norwegian Nynorsk \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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo index 8d63ef5977..baf2f31882 100644 Binary files a/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/no/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/no/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/no/LC_MESSAGES/django.po index dc7b9ac679..8f976e5050 100644 --- a/django/contrib/admindocs/locale/no/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/no/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# This is the *old* Norwegian (Bokmål) translation of Django -# For future updates please use the translation in the "nb" directory. -# Copyright (C) 2005-2010 # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-03-11 14:22+0100\n" -"Last-Translator: Christian Mikalsen and Jon Lønne\n" -"Language-Team: Norsk \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Norwegian <>\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: no\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo index a18f377c03..f00ab612de 100644 Binary files a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po index 4131ba7228..d7df480942 100644 --- a/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2010-10-15 22:47+0530\n" -"Last-Translator: A S Alam \n" -"Language-Team: Punjabi/Panjabi \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Panjabi (Punjabi) \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: pa\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo index d4ab3d1c0f..395e23aa71 100644 Binary files a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po index f039fd4290..33e85fba8b 100644 --- a/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po @@ -1,20 +1,19 @@ -# translation of django.po to Polish -# Polish .po file. -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. +# msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:22+0100\n" -"PO-Revision-Date: 2008-02-25 15:53+0100\n" -"Last-Translator: Jarek Zgoda \n" -"Language-Team: PL \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Polish <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%" -"100<10 || n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo index caaa0ea78d..c5b31599c7 100644 Binary files a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po index aa8564df18..50e1ad8865 100644 --- a/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# Portuguese translation of Django. -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-03-09 10:45+0000\n" -"Last-Translator: Nuno Mariz \n" -"Language-Team: pt_PT \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Portuguese <>\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: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo index 17da739628..be60c2b829 100644 Binary files a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po index c1ab9fdc96..a084a51d30 100644 --- a/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po @@ -1,19 +1,19 @@ -# Português do Brasil translation of django. -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-03-19 17:58-0300\n" -"Last-Translator: Guilherme Gondim \n" -"Language-Team: Grupo de Localização para o Português \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Portuguese (Brazilian) \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: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo index a069387596..c85d75a50d 100644 Binary files a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po index 5862ebf92b..ab2e380b9a 100644 --- a/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po @@ -1,19 +1,19 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2008-04-25 21:44+0200\n" -"Last-Translator: \n" -"Language-Team: Romanian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Romanian \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: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -33,14 +33,14 @@ msgid "App %r not found" msgstr "Applicatia %r inexistenta" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "Modelul %(name)r nu a fost gasit în aplicatia %(label)r" +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "obiectul `%(label)s.%(type)s` asociat" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -48,9 +48,9 @@ msgid "model:" msgstr "model:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "obiectele `%(label)s.%(name)s` asociate" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo index 1280aa76c7..a5a6aeb358 100644 Binary files a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po index 8af83ecb51..29c0d6224c 100644 --- a/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po @@ -1,21 +1,19 @@ -# Translation of django.po to russian. # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-05-11 17:36+0300\n" -"Last-Translator: alexey boriskin \n" -"Language-Team: Russian\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Russian <>\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Poedit-Language: Russian\n" -"X-Poedit-Country: RUSSIAN FEDERATION\n" +"Language: ru\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo index d8805fb1f4..1047dd42bc 100644 Binary files a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po index ef9df17986..2ec7c9999f 100644 --- a/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po @@ -1,18 +1,18 @@ -# Slovak translation of Django # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-05-08 16:32+0200\n" -"Last-Translator: Martin Kosír \n" -"Language-Team: Slovak <>\n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Slovak \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>1 && n<5 ? 1 : 2;\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo index 326d66fcde..3f9c41c2b3 100644 Binary files a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po index 88df8b19c8..0c83c2843b 100644 --- a/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po @@ -1,21 +1,19 @@ -# translation of django.po to Slovenian -# Gasper Zejn , 2010. -# Jure Cuhalev , 2010. # This file is distributed under the same license as the Django package. +# msgid "" msgstr "" -"Project-Id-Version: django\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-05-08 13:47+0100\n" -"Last-Translator: Jure Cuhalev \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" +"%100==4 ? 2 : 3)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo index b57bb89348..74b2b744d2 100644 Binary files a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po index d152241d48..6159d70651 100644 --- a/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po @@ -4,87 +4,88 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-01-27 23:01+0200\n" -"Last-Translator: Besnik Bleta \n" -"Language-Team: Albanian \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Albanian \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: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" -msgstr "" +msgstr "etiketë:" #: views.py:98 views.py:100 views.py:102 msgid "filter:" -msgstr "" +msgstr "filtër:" #: views.py:162 views.py:164 views.py:166 msgid "view:" -msgstr "" +msgstr "parje:" #: views.py:194 #, python-format msgid "App %r not found" -msgstr "" +msgstr "Nuk u gjet zbatimi %r" #: views.py:201 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "" +msgstr "Nuk u gjet modeli %(model_name)r në zbatimin %(app_label)r" #: views.py:213 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "" +msgstr "objekti i afërt `%(app_label)s.%(data_type)s`" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 msgid "model:" -msgstr "" +msgstr "model:" #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "" +msgstr "objektet e afërta `%(app_label)s.%(object_name)s`" #: views.py:232 views.py:265 #, python-format msgid "all %s" -msgstr "" +msgstr "krejt %s" #: views.py:237 views.py:270 #, python-format msgid "number of %s" -msgstr "" +msgstr "numër i %s" #: views.py:275 #, python-format msgid "Fields on %s objects" -msgstr "" +msgstr "Fusha te objektet %s" #: views.py:365 #, python-format msgid "%s does not appear to be a urlpattern object" -msgstr "" +msgstr "%s nuk duket të jetë një objekt urlpattern" #: templates/admin_doc/bookmarklets.html:3 msgid "Home" -msgstr "" +msgstr "Hyrje" #: templates/admin_doc/bookmarklets.html:3 msgid "Documentation" -msgstr "" +msgstr "Dokumentim" #: templates/admin_doc/bookmarklets.html:3 msgid "Bookmarklets" -msgstr "" +msgstr "\"Bookmarklet\"-e" #: templates/admin_doc/bookmarklets.html:4 msgid "Documentation bookmarklets" -msgstr "" +msgstr "\"Bookmarklet\"-e Dokumentimi" #: templates/admin_doc/bookmarklets.html:8 msgid "" @@ -96,39 +97,54 @@ msgid "" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

\n" msgstr "" +"\n" +"

Për instalim \"bookmarklet\"-esh, tërhiqeni lidhjen te " +"paneli juaj\n" +"i faqerojtësve, ose djathtas-klikoni dhe shtojeni te faqerojtësit tuaj. Tani " +"mundeni\n" +"të përzgjidhni \"bookmarklet\" nga cilado faqe e \"site\"-it. Kini parasysh " +"që disa prej\n" +"\"bookmarklet\"-eve kërkojnë që ju ta shihni \"site\"-in prej një kompjuteri " +"të specifikuar\n" +"si \"i brendshëm\" (sqarojeni me përgjegjësin e sistemit nëse nuk jeni i " +"sigurt\n" +"në është a jo \"i brendshëm\" kompjuteri juaj).

\n" #: templates/admin_doc/bookmarklets.html:18 msgid "Documentation for this page" -msgstr "" +msgstr "Dokumentim për këtë faqe" #: templates/admin_doc/bookmarklets.html:19 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" +"Ju kalon nga cilado faqe te dokumenti që prodhon atë faqe, për ta parë." #: templates/admin_doc/bookmarklets.html:21 msgid "Show object ID" -msgstr "" +msgstr "Shfaq ID objekti" #: templates/admin_doc/bookmarklets.html:22 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" +"Shfaq lloj lënde dhe ID unike për faqet që përfaqësojnë një objekt të vetëm." #: templates/admin_doc/bookmarklets.html:24 msgid "Edit this object (current window)" -msgstr "" +msgstr "Përpunojeni këtë objekt (dritarja e tanishme)" #: templates/admin_doc/bookmarklets.html:25 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" +"Kalon te faqja e përgjegjësit për faqet që përfaqësojnë një objekt të vetëm." #: templates/admin_doc/bookmarklets.html:27 msgid "Edit this object (new window)" -msgstr "" +msgstr "Përpunojeni këtë objekt (dritare e re)" #: templates/admin_doc/bookmarklets.html:28 msgid "As above, but opens the admin page in a new window." -msgstr "" +msgstr "Si më sipër, por hap faqen e përgjegjësit në një dritare të re." diff --git a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo index 3d7e5ebf9e..82a5606e3c 100644 Binary files a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po index 837b45f3b9..92c027c7c8 100644 --- a/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po @@ -4,18 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-08-06 19:47+0100\n" -"Last-Translator: Janos Guljas \n" -"Language-Team: Branko Vukelic & Janos Guljas " -" & Nesh & Petar \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \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" +"Language: sr\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:63 views.py:65 views.py:67 msgid "tag:" @@ -49,27 +47,21 @@ msgstr "повезани објекти класе `%(app_label)s.%(data_type)s` msgid "model:" msgstr "модел:" -# WARN: possible breakage in future -# This string is interpolated in strings below, which can cause breakage in -# future releases. #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "класе `%(app_label)s.%(object_name)s`" -# WARN: possible breakage in future #: views.py:232 views.py:265 #, python-format msgid "all %s" msgstr "сви повезани објекти %s" -# WARN: possible breakage in future #: views.py:237 views.py:270 #, python-format msgid "number of %s" msgstr "број повезаних објеката %s" -# WARN: possible breakage in future #: views.py:275 #, python-format msgid "Fields on %s objects" diff --git a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo index 0816a6d38a..b8c90e7265 100644 Binary files a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po index 371073c2e9..409cbb14b3 100644 --- a/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po @@ -4,18 +4,16 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-08-06 19:47+0100\n" -"Last-Translator: Janos Guljas \n" -"Language-Team: Branko Vukelic & Janos Guljas " -" & Nesh & Petar \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Serbian (Latin) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \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" +"Language: sr@latin\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:63 views.py:65 views.py:67 msgid "tag:" @@ -49,27 +47,21 @@ msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`" msgid "model:" msgstr "model:" -# WARN: possible breakage in future -# This string is interpolated in strings below, which can cause breakage in -# future releases. #: views.py:228 views.py:260 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "klase `%(app_label)s.%(object_name)s`" -# WARN: possible breakage in future #: views.py:232 views.py:265 #, python-format msgid "all %s" msgstr "svi povezani objekti %s" -# WARN: possible breakage in future #: views.py:237 views.py:270 #, python-format msgid "number of %s" msgstr "broj povezanih objekata %s" -# WARN: possible breakage in future #: views.py:275 #, python-format msgid "Fields on %s objects" diff --git a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo index 403e6da87b..d0730a0bba 100644 Binary files a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po index ad8b0990db..dc8d638b06 100644 --- a/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# Swedish translation of Django -# Copyright (C) 2005-2007 # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2008-05-26 11:15+0200\n" -"Last-Translator: Mikko Hellsing \n" -"Language-Team: Django I18N \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Swedish <>\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" -"X-Poedit-Language: Swedish\n" -"X-Poedit-Country: SWEDEN\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo index 3e017ea0b9..5a4d86c754 100644 Binary files a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po index b6c7d7bf2a..6f6d38d650 100644 --- a/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po @@ -1,21 +1,18 @@ -# translation of django-new.po to tamil -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# PONNUSAMY.A , 2007. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2007-03-15 16:48+0530\n" -"Last-Translator: PONNUSAMY \n" -"Language-Team: tamil \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Language: ta\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -35,14 +32,14 @@ msgid "App %r not found" msgstr "பக்கம் %r இல்லை" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "மாதரி %r பக்கம் %rல் இல்லை " +msgstr "" #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "சம்மந்தப்பட்ட '%s.%s' பொருள்" +msgstr "" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -50,9 +47,9 @@ msgid "model:" msgstr "மாதிரி:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "மாதரி %s பக்கம் %s ல் இல்லை" +msgstr "" #: views.py:232 views.py:265 #, python-format diff --git a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo index d6c29b3cf0..b1ba627b5e 100644 Binary files a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po index 96e75f5a0d..549f321eca 100644 --- a/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# translation of django.po to Telugu -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2008-09-09 21:24+0530\n" -"Last-Translator: Thejaswi Puthraya \n" -"Language-Team: Telugu \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Telugu <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Language: te\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo index 906af9a11c..057af1d298 100644 Binary files a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po index 5cea6d3b65..7cb766adbe 100644 --- a/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po @@ -2,20 +2,17 @@ # msgid "" msgstr "" -"Project-Id-Version: Django-1.1-rc-1\n" +"Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2009-07-28 22:31+0700\n" -"Last-Translator: Kowit Charoenratchatabhan \n" -"Language-Team: Kowit Charoenratchatabhan,Kadsarin " -"Sanjek, Felspar,Theppitak Karoonboonyanan \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Thai <>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Thai\n" -"X-Poedit-Country: THAILAND\n" -"X-Poedit-SourceCharset: utf-8\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo index 9106b99257..865a6620f6 100644 Binary files a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po index 1fac9fd981..961548c459 100644 --- a/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po @@ -1,19 +1,18 @@ -# translation of django.po to Turkish # This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-05-02 01:06+0300\n" -"Last-Translator: Metin Amiroff \n" -"Language-Team: Turkish \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language: tr\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo index 90a55a140f..a47415f103 100644 Binary files a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po index 6179b944a9..245a14b076 100644 --- a/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po @@ -1,20 +1,19 @@ -# Django, ukrainian translation. -# Copyright (C) 2008-2010 -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-04-06 00:02+0300\n" -"Last-Translator: Mykola Zamkovoy \n" -"Language-Team: UK \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Ukrainian <>\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Language: uk\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:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..b3290d5a95 Binary files /dev/null and b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000000..80062f1b0a --- /dev/null +++ b/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,135 @@ +# This file is distributed under the same license as the Django package. +# +msgid "" +msgstr "" +"Project-Id-Version: Django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-28 22:29+0000\n" +"Last-Translator: Django team\n" +"Language-Team: Urdu \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +#: views.py:63 views.py:65 views.py:67 +msgid "tag:" +msgstr "" + +#: views.py:98 views.py:100 views.py:102 +msgid "filter:" +msgstr "" + +#: views.py:162 views.py:164 views.py:166 +msgid "view:" +msgstr "" + +#: views.py:194 +#, python-format +msgid "App %r not found" +msgstr "" + +#: views.py:201 +#, python-format +msgid "Model %(model_name)r not found in app %(app_label)r" +msgstr "" + +#: views.py:213 +#, python-format +msgid "the related `%(app_label)s.%(data_type)s` object" +msgstr "" + +#: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 +#: views.py:270 +msgid "model:" +msgstr "" + +#: views.py:228 views.py:260 +#, python-format +msgid "related `%(app_label)s.%(object_name)s` objects" +msgstr "" + +#: views.py:232 views.py:265 +#, python-format +msgid "all %s" +msgstr "" + +#: views.py:237 views.py:270 +#, python-format +msgid "number of %s" +msgstr "" + +#: views.py:275 +#, python-format +msgid "Fields on %s objects" +msgstr "" + +#: views.py:365 +#, python-format +msgid "%s does not appear to be a urlpattern object" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Home" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Documentation" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:3 +msgid "Bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:4 +msgid "Documentation bookmarklets" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:8 +msgid "" +"\n" +"

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\").

\n" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:18 +msgid "Documentation for this page" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:19 +msgid "" +"Jumps you from any page to the documentation for the view that generates " +"that page." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:21 +msgid "Show object ID" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:22 +msgid "" +"Shows the content-type and unique ID for pages that represent a single " +"object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:24 +msgid "Edit this object (current window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:25 +msgid "Jumps to the admin page for pages that represent a single object." +msgstr "" + +#: templates/admin_doc/bookmarklets.html:27 +msgid "Edit this object (new window)" +msgstr "" + +#: templates/admin_doc/bookmarklets.html:28 +msgid "As above, but opens the admin page in a new window." +msgstr "" diff --git a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo index fb823e81ca..8c4811ec94 100644 Binary files a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po index 4b1e1fc7c9..10a57a5996 100644 --- a/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po @@ -4,14 +4,15 @@ msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2010-02-07 16:11+0700\n" -"Last-Translator: Hung. NGUYEN Manh \n" -"Language-Team: Vietnamese \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: English \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: vi\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo index be9b4baed7..12926bf04a 100644 Binary files a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po index bd77ec5f60..cb4b12719a 100644 --- a/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.po @@ -1,20 +1,18 @@ -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2009-07-23 11:47+0800\n" -"Last-Translator: Qing Feng \n" -"Language-Team: Simplified Chinese \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: Jannis \n" +"Language-Team: Chinese (China) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Chinese\n" -"X-Poedit-Country: CHINA\n" -"X-Poedit-SourceCharset: utf-8\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" diff --git a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo index e1ad90f505..ae830dc357 100644 Binary files a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po index 88e5c6f03b..dcc789a568 100644 --- a/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.po @@ -1,17 +1,18 @@ -# This file is distributed under the same license as the django package. +# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-29 00:23+0100\n" -"PO-Revision-Date: 2007-04-05 01:32+1000\n" -"Last-Translator: Terry Huang \n" -"Language-Team: Terry Huang \n" +"POT-Creation-Date: 2011-02-28 23:30+0100\n" +"PO-Revision-Date: 2011-02-22 00:07+0000\n" +"Last-Translator: quantum9876 \n" +"Language-Team: Chinese (Taiwan) \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: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0\n" #: views.py:63 views.py:65 views.py:67 msgid "tag:" @@ -31,14 +32,14 @@ msgid "App %r not found" msgstr "應用程式 %r 没有找到" #: views.py:201 -#, fuzzy, python-format +#, python-format msgid "Model %(model_name)r not found in app %(app_label)r" -msgstr "在應用程式 %(label)r 裡找不到模型 %(name)r" +msgstr "未在%(app_label)r 找到模組 %(model_name)r " #: views.py:213 -#, fuzzy, python-format +#, python-format msgid "the related `%(app_label)s.%(data_type)s` object" -msgstr "相關的 `%(app_label)s.%(data_type)s` 物件" +msgstr "有關 `%(app_label)s.%(data_type)s` 的物件" #: views.py:213 views.py:232 views.py:237 views.py:251 views.py:265 #: views.py:270 @@ -46,9 +47,9 @@ msgid "model:" msgstr "模型:" #: views.py:228 views.py:260 -#, fuzzy, python-format +#, python-format msgid "related `%(app_label)s.%(object_name)s` objects" -msgstr "相關的 `%(app_label)s.%(object_name)s` 物件" +msgstr "有關 `%(app_label)s.%(object_name)s` 的物件" #: views.py:232 views.py:265 #, python-format