diff --git a/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo index dc1b598fad..d1149bedf9 100644 Binary files a/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ar/LC_MESSAGES/django.po b/django/contrib/auth/locale/ar/LC_MESSAGES/django.po index ffacf8c775..f0f360493a 100644 --- a/django/contrib/auth/locale/ar/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/az/LC_MESSAGES/django.mo b/django/contrib/auth/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1a46b872d5 Binary files /dev/null and b/django/contrib/auth/locale/az/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/az/LC_MESSAGES/django.po b/django/contrib/auth/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7106743a3e --- /dev/null +++ b/django/contrib/auth/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,244 @@ +# 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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" + +#: admin.py:28 +msgid "Personal info" +msgstr "" + +#: admin.py:29 +msgid "Permissions" +msgstr "" + +#: admin.py:30 +msgid "Important dates" +msgstr "" + +#: admin.py:31 +msgid "Groups" +msgstr "" + +#: admin.py:113 +msgid "Password changed successfully." +msgstr "" + +#: admin.py:123 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: forms.py:14 forms.py:48 forms.py:66 +msgid "Username" +msgstr "" + +#: forms.py:15 forms.py:49 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +#: forms.py:16 forms.py:50 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" + +#: forms.py:17 forms.py:67 forms.py:193 +msgid "Password" +msgstr "" + +#: forms.py:18 +msgid "Password confirmation" +msgstr "" + +#: forms.py:19 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: forms.py:31 +msgid "A user with that username already exists." +msgstr "" + +#: forms.py:37 forms.py:163 forms.py:205 +msgid "The two password fields didn't match." +msgstr "" + +#: forms.py:87 +msgid "" +"Please enter a correct username and password. Note that both fields are case-" +"sensitive." +msgstr "" + +#: forms.py:89 +msgid "This account is inactive." +msgstr "" + +#: forms.py:96 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: forms.py:108 +msgid "E-mail" +msgstr "" + +#: forms.py:117 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:143 +#, python-format +msgid "Password reset on %s" +msgstr "" + +#: forms.py:151 +msgid "New password" +msgstr "" + +#: forms.py:152 +msgid "New password confirmation" +msgstr "" + +#: forms.py:177 +msgid "Old password" +msgstr "" + +#: forms.py:185 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: forms.py:194 +msgid "Password (again)" +msgstr "" + +#: models.py:76 models.py:104 +msgid "name" +msgstr "" + +#: models.py:78 +msgid "codename" +msgstr "" + +#: models.py:82 +msgid "permission" +msgstr "" + +#: models.py:83 models.py:105 +msgid "permissions" +msgstr "" + +#: models.py:108 +msgid "group" +msgstr "" + +#: models.py:109 models.py:216 +msgid "groups" +msgstr "" + +#: models.py:206 +msgid "username" +msgstr "" + +#: models.py:206 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" + +#: models.py:207 +msgid "first name" +msgstr "" + +#: models.py:208 +msgid "last name" +msgstr "" + +#: models.py:209 +msgid "e-mail address" +msgstr "" + +#: models.py:210 +msgid "password" +msgstr "" + +#: models.py:210 +msgid "" +"Use '[algo]$[salt]$[hexdigest]' or use the change " +"password form." +msgstr "" + +#: models.py:211 +msgid "staff status" +msgstr "" + +#: models.py:211 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: models.py:212 +msgid "active" +msgstr "" + +#: models.py:212 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: models.py:213 +msgid "superuser status" +msgstr "" + +#: models.py:213 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:214 +msgid "last login" +msgstr "" + +#: models.py:215 +msgid "date joined" +msgstr "" + +#: models.py:217 +msgid "" +"In addition to the permissions manually assigned, this user will also get " +"all permissions granted to each group he/she is in." +msgstr "" + +#: models.py:218 +msgid "user permissions" +msgstr "" + +#: models.py:222 +msgid "user" +msgstr "" + +#: models.py:223 +msgid "users" +msgstr "" + +#: models.py:406 +msgid "message" +msgstr "" + +#: views.py:86 +msgid "Logged out" +msgstr "" + +#: management/commands/createsuperuser.py:23 +msgid "Enter a valid e-mail address." +msgstr "" diff --git a/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo index 6b9fc8fc81..e3308a59da 100644 Binary files a/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bg/LC_MESSAGES/django.po b/django/contrib/auth/locale/bg/LC_MESSAGES/django.po index 4c96f0b1fb..c69e125455 100644 --- a/django/contrib/auth/locale/bg/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -43,23 +44,20 @@ msgid "Username" msgstr "Потребител" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "Въведете не-повече от 30 символа (само букви, цифри, и подчертавка)" +msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Тази стойност може да съдържа само букви, цифри и подчертавки. " +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Парола" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Промяна на парола" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -94,9 +92,8 @@ msgstr "" "можете да се логнете. " #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "E-mail адрес" +msgstr "" #: forms.py:117 msgid "" @@ -112,19 +109,16 @@ msgid "Password reset on %s" msgstr "Паролата се сменя на %s" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Нова парола:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Нова парола:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Стара парола:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -163,10 +157,9 @@ msgid "username" msgstr "потребител" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Въведете не-повече от 30 символа (само букви, цифри, и подчертавка)" +msgstr "" #: models.py:207 msgid "first name" @@ -205,13 +198,10 @@ msgid "active" msgstr "активен" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"Указва дали този потребител може да влезе в административния панел . " -"Премахнете тази маркировка вместо да изтривате акаунти. " #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo index 308c1cc9e3..10f7dc6d14 100644 Binary files a/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bn/LC_MESSAGES/django.po b/django/contrib/auth/locale/bn/LC_MESSAGES/django.po index 4a3ee61b38..0cd9796eeb 100644 --- a/django/contrib/auth/locale/bn/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -43,16 +44,12 @@ msgid "Username" msgstr "সদস্যনাম" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"আবশ্যক। সর্বোচ্চ ৩০ অক্ষর। শুধুমাত্র আলফানিউম্যারিক অক্ষর প্রযোজ্য (ইংরেজী বর্ণ, অঙ্ক " -"এবং আন্ডারস্কোর)।" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "এটি শুধুমাত্র ইংরেজী বর্ণ, অঙ্ক এবং আন্ডারস্কোর ধারণ করতে পারে।" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -156,12 +153,9 @@ msgid "username" msgstr "সদস্যনাম" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"আবশ্যক। সর্বোচ্চ ৩০ অক্ষর। শুধুমাত্র আলফানিউম্যারিক অক্ষর প্রযোজ্য (ইংরেজী বর্ণ, অঙ্ক " -"এবং আন্ডারস্কোর)।" #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo b/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo index 73d18bab28..54f2c27ae5 100644 Binary files a/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/bs/LC_MESSAGES/django.po b/django/contrib/auth/locale/bs/LC_MESSAGES/django.po index 257039eeb5..03076230dc 100644 --- a/django/contrib/auth/locale/bs/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo index 25c68d2917..492177e87a 100644 Binary files a/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ca/LC_MESSAGES/django.po b/django/contrib/auth/locale/ca/LC_MESSAGES/django.po index cd172821c3..f140fb3755 100644 --- a/django/contrib/auth/locale/ca/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo b/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo index 440a0584dd..7741b4fc82 100644 Binary files a/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/cs/LC_MESSAGES/django.po b/django/contrib/auth/locale/cs/LC_MESSAGES/django.po index 4a26a35a2a..9303b91f34 100644 --- a/django/contrib/auth/locale/cs/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo b/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo index ad4a944feb..a30cd41b5a 100644 Binary files a/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/cy/LC_MESSAGES/django.po b/django/contrib/auth/locale/cy/LC_MESSAGES/django.po index 76f979486b..6f2579da57 100644 --- a/django/contrib/auth/locale/cy/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -33,38 +31,33 @@ msgid "Groups" msgstr "Grwpiau" #: admin.py:113 -#, fuzzy msgid "Password changed successfully." -msgstr "Newid cyfrinair yn lwyddianus" +msgstr "" #: admin.py:123 -#, fuzzy, python-format +#, python-format msgid "Change password: %s" -msgstr "Newid cyfrinair" +msgstr "" #: forms.py:14 forms.py:48 forms.py:66 -#, fuzzy msgid "Username" -msgstr "Enw defnyddiwr:" +msgstr "" #: forms.py:15 forms.py:49 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Rhaid i'r werth yma cynnwys lythrennau, rhifau ac tanlinellau yn unig." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 -#, fuzzy msgid "Password" -msgstr "Cyfrinair:" +msgstr "" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Newid cyfrinair" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -95,9 +88,8 @@ msgid "" msgstr "" #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "Cyfeiriad e-bost" +msgstr "" #: forms.py:117 msgid "" @@ -106,33 +98,29 @@ msgid "" msgstr "" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "Ailosod cyfrinair" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Cyfrinair newydd:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Cyfrinair newydd:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Cyfrinair hen:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" #: forms.py:194 -#, fuzzy msgid "Password (again)" -msgstr "Newid cyfrinair" +msgstr "" #: models.py:76 models.py:104 msgid "name" @@ -143,24 +131,20 @@ msgid "codename" msgstr "enw arwyddol" #: models.py:82 -#, fuzzy msgid "permission" -msgstr "Hawl" +msgstr "" #: models.py:83 models.py:105 -#, fuzzy msgid "permissions" -msgstr "Hawliau" +msgstr "" #: models.py:108 -#, fuzzy msgid "group" -msgstr "Grŵp" +msgstr "" #: models.py:109 models.py:216 -#, fuzzy msgid "groups" -msgstr "Grwpiau" +msgstr "" #: models.py:206 msgid "username" @@ -238,29 +222,24 @@ msgstr "" "yn cael y cwbl hawliau a addefwyd i pob grŵp mae o/hi mewn." #: models.py:218 -#, fuzzy msgid "user permissions" -msgstr "Hawliau" +msgstr "" #: models.py:222 -#, fuzzy msgid "user" -msgstr "Defnyddiwr" +msgstr "" #: models.py:223 -#, fuzzy msgid "users" -msgstr "Defnyddwyr" +msgstr "" #: models.py:406 -#, fuzzy msgid "message" -msgstr "Neges" +msgstr "" #: views.py:86 -#, fuzzy msgid "Logged out" -msgstr "Allgofnodi" +msgstr "" #: management/commands/createsuperuser.py:23 msgid "Enter a valid e-mail address." diff --git a/django/contrib/auth/locale/da/LC_MESSAGES/django.mo b/django/contrib/auth/locale/da/LC_MESSAGES/django.mo index c035b27062..e6047c6007 100644 Binary files a/django/contrib/auth/locale/da/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/da/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/da/LC_MESSAGES/django.po b/django/contrib/auth/locale/da/LC_MESSAGES/django.po index 8af3f72b8d..1054837c43 100644 --- a/django/contrib/auth/locale/da/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 diff --git a/django/contrib/auth/locale/de/LC_MESSAGES/django.mo b/django/contrib/auth/locale/de/LC_MESSAGES/django.mo index 5dd1d25196..092bef3623 100644 Binary files a/django/contrib/auth/locale/de/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/de/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/de/LC_MESSAGES/django.po b/django/contrib/auth/locale/de/LC_MESSAGES/django.po index 026563e5e5..291ef72c7b 100644 --- a/django/contrib/auth/locale/de/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo index 5053883634..451a52140d 100644 Binary files a/django/contrib/auth/locale/el/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/el/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/el/LC_MESSAGES/django.po b/django/contrib/auth/locale/el/LC_MESSAGES/django.po index 7ed4c20f58..46ceb2e7c4 100644 --- a/django/contrib/auth/locale/el/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+0000\n" +"Last-Translator: glogiotatidis \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" #: admin.py:28 msgid "Personal info" @@ -46,24 +44,23 @@ msgid "Username" msgstr "Όνομα χρήστη" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "Απαραίτητο." +msgstr "" +"Απαραίτητα. 30 ή λιγότεροι χαρακτήρες. Μόνο γράμματα, αριθμοί και @/./+/-/_." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -"Αυτή η τιμή πρέπει να περιέχει μόνο γράμματα, αριθμούς και υπογεγραμμένες." +"Αυτή η τιμή μπορεί να περιέχει μόνο γράμματα, αριθμούς και τους χαρακτήρες " +"@/./+/-/_." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Συνθηματικό" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Αλλαγή συνθηματικού" +msgstr "Επιβεβαίωσης συνθηματικού" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -98,41 +95,37 @@ msgstr "" "αρχεία cookie απαιτούνται για να συνδεθείτε." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "Ηλεκτρονική διεύθυνση" +msgstr "E-mail" #: forms.py:117 -#, fuzzy msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "χρήστης?" +msgstr "" +"Αυτή η διεύθυνση e-mail δεν αντιστοιχεί σε κάποιον λογαριασμό χρήστη. Είστε " +"σίγουρος ότι έχετε γραφτεί;" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "Επαναφορά συνθηματικού" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Νέο συνθηματικό:" +msgstr "Νέο συνθηματικό" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Νέο συνθηματικό:" +msgstr "Επιβεβαίωση νέου συνθηματικού" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Παλιό συνθηματικό:" +msgstr "Παλιό συνθηματικό" #: forms.py:185 -#, fuzzy msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "συνθηματικό." +msgstr "Το παλιό συνθηματικό σας δόθηκε λανθασμένα. Παρακαλώ δοκιμάστε ξανά." #: forms.py:194 msgid "Password (again)" @@ -167,10 +160,11 @@ msgid "username" msgstr "όνομα χρήστη" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Απαραίτητο." +msgstr "" +"Απαραίτητα. 30 ή λιγότεροι χαρακτήρες. Γράμματα, αριθμοί και οι χαρακτήρες " +"@/./+/-/_." #: models.py:207 msgid "first name" @@ -189,11 +183,10 @@ msgid "password" msgstr "συνθηματικό" #: models.py:210 -#, fuzzy msgid "" "Use '[algo]$[salt]$[hexdigest]' or use the change " "password form." -msgstr " συνθηματικό." +msgstr "" #: models.py:211 msgid "staff status" @@ -208,22 +201,20 @@ msgid "active" msgstr "ενεργό" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." -msgstr "Ορίζει αν ο χρήστης μπορεί να συνδεθεί στο χώρο διαχείρισης." +msgstr "" #: models.py:213 msgid "superuser status" msgstr "κατάσταση υπερχρήστη" #: models.py:213 -#, fuzzy msgid "" "Designates that this user has all permissions without explicitly assigning " "them." -msgstr "χρήστης διακαιώματα." +msgstr "" #: models.py:214 msgid "last login" @@ -234,12 +225,10 @@ msgid "date joined" msgstr "ημερομηνία σύνδεσης" #: models.py:217 -#, fuzzy msgid "" "In addition to the permissions manually assigned, this user will also get " "all permissions granted to each group he/she is in." msgstr "" -"Μέσα διακαιώματα χειρωνακτικά χρήστης get όλα διακαιώματα ομάδα είναι μέσα." #: models.py:218 msgid "user permissions" diff --git a/django/contrib/auth/locale/en/LC_MESSAGES/django.mo b/django/contrib/auth/locale/en/LC_MESSAGES/django.mo index 8e7580e93e..cf1b8f056f 100644 Binary files a/django/contrib/auth/locale/en/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/en/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/en/LC_MESSAGES/django.po b/django/contrib/auth/locale/en/LC_MESSAGES/django.po index 903231352d..6af18ebabd 100644 --- a/django/contrib/auth/locale/en/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+0100\n" +"POT-Creation-Date: 2011-02-28 23:36+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/auth/locale/en_GB/LC_MESSAGES/django.mo b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo index 4ee114d8d9..260f3cbcf7 100644 Binary files a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po index cc4e6c279e..fe942aba63 100644 --- a/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po @@ -4,239 +4,256 @@ 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-25 08:00+1000\n" -"Last-Translator: Simon Meers \n" -"Language-Team: \n" +"POT-Creation-Date: 2011-02-28 23:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" -msgstr "" +msgstr "Personal info" #: admin.py:29 msgid "Permissions" -msgstr "" +msgstr "Permissions" #: admin.py:30 msgid "Important dates" -msgstr "" +msgstr "Important dates" #: admin.py:31 msgid "Groups" -msgstr "" +msgstr "Groups" #: admin.py:113 msgid "Password changed successfully." -msgstr "" +msgstr "Password changed successfully." #: admin.py:123 #, python-format msgid "Change password: %s" -msgstr "" +msgstr "Change password: %s" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" -msgstr "" +msgstr "Username" #: forms.py:15 forms.py:49 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "" +msgstr "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." #: forms.py:16 forms.py:50 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "" +msgstr "This value may contain only letters, numbers and @/./+/-/_ characters." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" -msgstr "" +msgstr "Password" #: forms.py:18 msgid "Password confirmation" -msgstr "" +msgstr "Password confirmation" #: forms.py:19 msgid "Enter the same password as above, for verification." -msgstr "" +msgstr "Enter the same password as above, for verification." #: forms.py:31 msgid "A user with that username already exists." -msgstr "" +msgstr "A user with that username already exists." #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." -msgstr "" +msgstr "The two password fields didn't match." #: forms.py:87 msgid "" "Please enter a correct username and password. Note that both fields are case-" "sensitive." msgstr "" +"Please enter a correct username and password. Note that both fields are case-" +"sensitive." #: forms.py:89 msgid "This account is inactive." -msgstr "" +msgstr "This account is inactive." #: forms.py:96 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." #: forms.py:108 msgid "E-mail" -msgstr "" +msgstr "E-mail" #: forms.py:117 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" #: forms.py:143 #, python-format msgid "Password reset on %s" -msgstr "" +msgstr "Password reset on %s" #: forms.py:151 msgid "New password" -msgstr "" +msgstr "New password" #: forms.py:152 msgid "New password confirmation" -msgstr "" +msgstr "New password confirmation" #: forms.py:177 msgid "Old password" -msgstr "" +msgstr "Old password" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "" +msgstr "Your old password was entered incorrectly. Please enter it again." #: forms.py:194 msgid "Password (again)" -msgstr "" +msgstr "Password (again)" #: models.py:76 models.py:104 msgid "name" -msgstr "" +msgstr "name" #: models.py:78 msgid "codename" -msgstr "" +msgstr "codename" #: models.py:82 msgid "permission" -msgstr "" +msgstr "permission" #: models.py:83 models.py:105 msgid "permissions" -msgstr "" +msgstr "permissions" #: models.py:108 msgid "group" -msgstr "" +msgstr "group" #: models.py:109 models.py:216 msgid "groups" -msgstr "" +msgstr "groups" #: models.py:206 msgid "username" -msgstr "" +msgstr "username" #: models.py:206 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" #: models.py:207 msgid "first name" -msgstr "" +msgstr "first name" #: models.py:208 msgid "last name" -msgstr "" +msgstr "last name" #: models.py:209 msgid "e-mail address" -msgstr "" +msgstr "e-mail address" #: models.py:210 msgid "password" -msgstr "" +msgstr "password" #: models.py:210 msgid "" "Use '[algo]$[salt]$[hexdigest]' or use the change " "password form." msgstr "" +"Use '[algo]$[salt]$[hexdigest]' or use the change " +"password form." #: models.py:211 msgid "staff status" -msgstr "" +msgstr "staff status" #: models.py:211 msgid "Designates whether the user can log into this admin site." -msgstr "" +msgstr "Designates whether the user can log into this admin site." #: models.py:212 msgid "active" -msgstr "" +msgstr "active" #: models.py:212 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." #: models.py:213 msgid "superuser status" -msgstr "" +msgstr "superuser status" #: models.py:213 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" +"Designates that this user has all permissions without explicitly assigning " +"them." #: models.py:214 msgid "last login" -msgstr "" +msgstr "last login" #: models.py:215 msgid "date joined" -msgstr "" +msgstr "date joined" #: models.py:217 msgid "" "In addition to the permissions manually assigned, this user will also get " "all permissions granted to each group he/she is in." msgstr "" +"In addition to the permissions manually assigned, this user will also get " +"all permissions granted to each group he/she is in." #: models.py:218 msgid "user permissions" -msgstr "" +msgstr "user permissions" #: models.py:222 msgid "user" -msgstr "" +msgstr "user" #: models.py:223 msgid "users" -msgstr "" +msgstr "users" #: models.py:406 msgid "message" -msgstr "" +msgstr "message" #: views.py:86 msgid "Logged out" -msgstr "" +msgstr "Logged out" #: management/commands/createsuperuser.py:23 msgid "Enter a valid e-mail address." -msgstr "" +msgstr "Enter a valid e-mail address." diff --git a/django/contrib/auth/locale/es/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es/LC_MESSAGES/django.mo index db8fcfd2d7..c3042c4aaf 100644 Binary files a/django/contrib/auth/locale/es/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es/LC_MESSAGES/django.po b/django/contrib/auth/locale/es/LC_MESSAGES/django.po index 292d0a7fba..e717a1b962 100644 --- a/django/contrib/auth/locale/es/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo index f88eec5cb0..6557a4f9ff 100644 Binary files a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po b/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po index 0369711460..746d656999 100644 --- a/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:36+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo index afd6ad5058..33ddbda5d8 100644 Binary files a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po index 11a40f10f5..2598ebcb84 100644 --- a/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po @@ -1,12 +1,12 @@ # 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: 2011-02-06 05:55+0000\n" -"Last-Translator: AbeEstrada \n" +"POT-Creation-Date: 2011-02-28 23:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+0000\n" +"Last-Translator: Jannis \n" "Language-Team: Spanish (Mexican) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -45,7 +45,9 @@ msgstr "Nombre de usuario" #: forms.py:15 forms.py:49 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "Obligatorio. Longitud máxima 30 caracteres alfanuméricos (letras, dígitos y @/./+/-/_) solamente." +msgstr "" +"Obligatorio. Longitud máxima 30 caracteres alfanuméricos (letras, dígitos y " +"@/./+/-/_) solamente." #: forms.py:16 forms.py:50 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." @@ -72,24 +74,36 @@ msgid "The two password fields didn't match." msgstr "Los dos campos de contraseñas no coinciden entre si." #: forms.py:87 -msgid "Please enter a correct username and password. Note that both fields are case-sensitive." -msgstr "Por favor introduzca un nombre de usuario y una contraseña correctos. Note que ambos campos son sensibles a mayúsculas/minúsculas." +msgid "" +"Please enter a correct username and password. Note that both fields are case-" +"sensitive." +msgstr "" +"Por favor introduzca un nombre de usuario y una contraseña correctos. Note " +"que ambos campos son sensibles a mayúsculas/minúsculas." #: forms.py:89 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." #: forms.py:96 -msgid "Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in." -msgstr "Su navegador aparenta no estar configurado para aceptar cookies. Las cookies son un requerimiento para poder ingresar." +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" +"Su navegador aparenta no estar configurado para aceptar cookies. Las cookies " +"son un requerimiento para poder ingresar." #: forms.py:108 msgid "E-mail" msgstr "Correo electrónico" #: forms.py:117 -msgid "That e-mail address doesn't have an associated user account. Are you sure you've registered?" -msgstr "Esa dirección de correo electrónico no está asociada a ninguna cuenta de usuario. ¿Está seguro de que ya se ha registrado?" +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" +"Esa dirección de correo electrónico no está asociada a ninguna cuenta de " +"usuario. ¿Está seguro de que ya se ha registrado?" #: forms.py:143 #, python-format @@ -110,7 +124,9 @@ msgstr "Contraseña antigua" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "La antigua contraseña introducida es incorrecta. Por favor introdúzcala nuevamente." +msgstr "" +"La antigua contraseña introducida es incorrecta. Por favor introdúzcala " +"nuevamente." #: forms.py:194 msgid "Password (again)" @@ -145,8 +161,11 @@ msgid "username" msgstr "nombre de usuario" #: models.py:206 -msgid "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Obligatorio. Longitud máxima de 30 caracteres alfanuméricos (letras, dígitos y @/./+/-/_)." +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" +"Obligatorio. Longitud máxima de 30 caracteres alfanuméricos (letras, dígitos " +"y @/./+/-/_)." #: models.py:207 msgid "first name" @@ -165,8 +184,12 @@ msgid "password" msgstr "contraseña" #: models.py:210 -msgid "Use '[algo]$[salt]$[hexdigest]' or use the change password form." -msgstr "Use '[algo]$[salt]$[hexdigest]' o use el formulario de cambio de contraseña." +msgid "" +"Use '[algo]$[salt]$[hexdigest]' or use the change " +"password form." +msgstr "" +"Use '[algo]$[salt]$[hexdigest]' o use el formulario de " +"cambio de contraseña." #: models.py:211 msgid "staff status" @@ -181,16 +204,24 @@ msgid "active" msgstr "activo" #: models.py:212 -msgid "Designates whether this user should be treated as active. Unselect this instead of deleting accounts." -msgstr "Indica si el usuario debe ser tratado como un usuario activo. Desactive este campo en lugar de eliminar usuarios." +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Indica si el usuario debe ser tratado como un usuario activo. Desactive este " +"campo en lugar de eliminar usuarios." #: models.py:213 msgid "superuser status" msgstr "es superusuario" #: models.py:213 -msgid "Designates that this user has all permissions without explicitly assigning them." -msgstr "Indica que este usuario posee todos los permisos sin que sea necesario asignarle los mismos en forma explícita." +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" +"Indica que este usuario posee todos los permisos sin que sea necesario " +"asignarle los mismos en forma explícita." #: models.py:214 msgid "last login" @@ -201,8 +232,12 @@ msgid "date joined" msgstr "fecha de creación" #: models.py:217 -msgid "In addition to the permissions manually assigned, this user will also get all permissions granted to each group he/she is in." -msgstr "Además de los permisos asignados manualmente, este usuario también poseerá todos los permisos de los grupos a los que pertenezca." +msgid "" +"In addition to the permissions manually assigned, this user will also get " +"all permissions granted to each group he/she is in." +msgstr "" +"Además de los permisos asignados manualmente, este usuario también poseerá " +"todos los permisos de los grupos a los que pertenezca." #: models.py:218 msgid "user permissions" diff --git a/django/contrib/auth/locale/et/LC_MESSAGES/django.mo b/django/contrib/auth/locale/et/LC_MESSAGES/django.mo index 3040c7b21d..bedc1573d1 100644 Binary files a/django/contrib/auth/locale/et/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/et/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/et/LC_MESSAGES/django.po b/django/contrib/auth/locale/et/LC_MESSAGES/django.po index f8b72ef0ab..3674fe4453 100644 --- a/django/contrib/auth/locale/et/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -44,14 +44,12 @@ msgid "Username" msgstr "Kasutajatunnus" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "Nõutav. 30 tähemärki või vähem. Ainult tähed, numbrid ja alakriipsud." +msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "See väärtus võib sisaldada ainult tähti, numbreid ja alakriipse." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -160,10 +158,9 @@ msgid "username" msgstr "kasutajatunnus" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "Nõutav. 30 tähemärki või vähem. Ainult tähed, numbrid ja alakriipsud." +msgstr "" #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo b/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo index 551e078471..c2cea88cd9 100644 Binary files a/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/eu/LC_MESSAGES/django.po b/django/contrib/auth/locale/eu/LC_MESSAGES/django.po index 9c92b76b02..fa0b691e1d 100644 --- a/django/contrib/auth/locale/eu/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -45,26 +44,22 @@ msgid "Username" msgstr "Erabiltzaile izena" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Beharrezkoa. 30 karaktere edo gutxiago. Karaktere alfanumerikoak bakarrik " -"(letra, zembaki eta '_')" +"Beharrezkoa. 30 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " +"bakarrik." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "" -"Balore honek, letrak, zenbakia eta '_' karakterak bakarrik eduki ditzazke." +msgstr "Hizki, zenbaki eta @/./+/-/_ karaktereak bakarrik izan ditzazke" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Pasahitza" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Pasahitza aldatu" +msgstr "Pasahitza berretsi" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -99,9 +94,8 @@ msgstr "" "sisteman sartzeko." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "E-mail helbidea" +msgstr "Eposta" #: forms.py:117 msgid "" @@ -117,21 +111,17 @@ msgid "Password reset on %s" msgstr "Pasahitza berrezarri %s n" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Pasahitz berria:" +msgstr "Pasahitz berria" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Pasahitz berria:" +msgstr "Pasahitz berria berretsi" #: forms.py:177 -#, fuzzy msgid "Old password" msgstr "Pasahitz zaharra" -# c #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Zure pasahitz zaharra ez da zuzena. Idatzi ezazu berriro." @@ -169,12 +159,11 @@ msgid "username" msgstr "erabiltzaile izena" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Beharrezkoa. 30 karaktere edo gutxiago. Karaktere alfanumerikoak bakarrik " -"(letra, zembaki eta '_')" +"Beharrezkoa. 30 karaktere edo gutxiago. Hizki, zenbaki eta @/./+/-/_ " +"karaktereak" #: models.py:207 msgid "first name" @@ -215,13 +204,12 @@ msgid "active" msgstr "Aktiboa" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"Erabiltzailea Django adminiztrazio gunean sartu daitekeen edo ez adierazten " -"du. Desaktiba ezazu aukera hau kontua ezabatu ordez." +"Erabiltzaile bat aktibo gisa tratatu edo ez zehazten du. Ezgaitu hau kontuak " +"ezabatu beharrean." #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo index 03945d320f..231b242637 100644 Binary files a/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fa/LC_MESSAGES/django.po b/django/contrib/auth/locale/fa/LC_MESSAGES/django.po index 7f1fa6ea97..d1967147be 100644 --- a/django/contrib/auth/locale/fa/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -46,14 +44,12 @@ msgid "Username" msgstr "نام کاربری" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "الزامی. ۳۰ حرف یا کمتر. فقط حروف الفبا (ارقام، الفبا و خط زیر)." +msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "این مقدار فقط باید حاوی حروف، اعداد و یا خط زیر باشد." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -159,10 +155,9 @@ msgid "username" msgstr "نام کاربری" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "الزامی. ۳۰ حرف یا کمتر. فقط حروف الفبا (ارقام، الفبا و خط زیر)." +msgstr "" #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo index f7f5c67725..494f15c193 100644 Binary files a/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fi/LC_MESSAGES/django.po b/django/contrib/auth/locale/fi/LC_MESSAGES/django.po index e5b26a17ec..c5bebbb549 100644 --- a/django/contrib/auth/locale/fi/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo index ede3bf39c4..c1d872123c 100644 Binary files a/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fr/LC_MESSAGES/django.po b/django/contrib/auth/locale/fr/LC_MESSAGES/django.po index 19f5395e4b..7b8a1850d9 100644 --- a/django/contrib/auth/locale/fr/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo b/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo index dcefa26653..a609cc92d9 100644 Binary files a/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.po b/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.po index 8d36c89dd4..007781a92f 100644 --- a/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-28 22:36+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo index fe485be4bb..c1fa36b8b3 100644 Binary files a/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ga/LC_MESSAGES/django.po b/django/contrib/auth/locale/ga/LC_MESSAGES/django.po index 8f74e32453..59d27328f6 100644 --- a/django/contrib/auth/locale/ga/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo index 66dfaabaca..fc3e149d49 100644 Binary files a/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/gl/LC_MESSAGES/django.po b/django/contrib/auth/locale/gl/LC_MESSAGES/django.po index 48f0156a28..1facde3587 100644 --- a/django/contrib/auth/locale/gl/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -47,25 +44,20 @@ msgid "Username" msgstr "Usuario" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Requirido. 30 caracteres ou menos. Soamente caracteres alfanuméricos " -"(letras, díxitos ou guións baixos)." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Este valor soamente pode conter letras, números e guións baixos (_)." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Contrasinal" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Cambiar o contrasinal" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -100,9 +92,8 @@ msgstr "" "iniciar sesión." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "Enderezo de correo electrónico" +msgstr "" #: forms.py:117 msgid "" @@ -113,24 +104,21 @@ msgstr "" "Está seguro de que está rexistrado?" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "Recuperar o contrasinal" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Contrasinal novo:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Contrasinal novo:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Contrasinal actual:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -170,12 +158,9 @@ msgid "username" msgstr "nome de usuario" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Requirido. 30 caracteres ou menos. Soamente caracteres alfanuméricos " -"(letras, díxitos ou guións baixos)." #: models.py:207 msgid "first name" @@ -214,13 +199,10 @@ msgid "active" msgstr "activo" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"Indica se o usuario pode entrar na sección de administración. Desactíveo no " -"canto de borrar contas de usuario." #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/he/LC_MESSAGES/django.mo b/django/contrib/auth/locale/he/LC_MESSAGES/django.mo index 9469a37b70..da402f07b9 100644 Binary files a/django/contrib/auth/locale/he/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/he/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/he/LC_MESSAGES/django.po b/django/contrib/auth/locale/he/LC_MESSAGES/django.po index 4a5b68edb5..7a7ad1667a 100644 --- a/django/contrib/auth/locale/he/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo index 227f30e357..ff44aa736e 100644 Binary files a/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hi/LC_MESSAGES/django.po b/django/contrib/auth/locale/hi/LC_MESSAGES/django.po index a6883e30f4..a18aee835b 100644 --- a/django/contrib/auth/locale/hi/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo index fe3be8a477..c1119cc2f1 100644 Binary files a/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hr/LC_MESSAGES/django.po b/django/contrib/auth/locale/hr/LC_MESSAGES/django.po index 525f2793d2..588be46b0f 100644 --- a/django/contrib/auth/locale/hr/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo b/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo index fcedbc207e..cdba0eb507 100644 Binary files a/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/hu/LC_MESSAGES/django.po b/django/contrib/auth/locale/hu/LC_MESSAGES/django.po index 9513f53cff..2a7fd5d342 100644 --- a/django/contrib/auth/locale/hu/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -44,16 +44,12 @@ msgid "Username" msgstr "Felhasználó" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Kötelező. Legfeljebb 30 karakter. Csak alfanumerikus karaktereket " -"tartalmazhat (betűk, számok és aláhúzás)." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Az érték csak betűket, számokat és aláhúzást tartalmazhat." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -161,12 +157,9 @@ msgid "username" msgstr "felhasználónév" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Kötelező. Legfeljebb 30 karakter. Csak alfanumerikus karaktereket " -"tartalmazhat (betűk, számok és aláhúzás)." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/id/LC_MESSAGES/django.mo b/django/contrib/auth/locale/id/LC_MESSAGES/django.mo index a8ceea60e2..eaa08453e3 100644 Binary files a/django/contrib/auth/locale/id/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/id/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/id/LC_MESSAGES/django.po b/django/contrib/auth/locale/id/LC_MESSAGES/django.po index dde160f77f..8244f9ca88 100644 --- a/django/contrib/auth/locale/id/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 @@ -20,11 +20,11 @@ msgstr "Informasi pribadi" #: admin.py:29 msgid "Permissions" -msgstr "Ijin akses" +msgstr "Hak akses" #: admin.py:30 msgid "Important dates" -msgstr "Tanggal-tanggal penting" +msgstr "Tanggal penting" #: admin.py:31 msgid "Groups" @@ -46,12 +46,12 @@ msgstr "Username" #: forms.py:15 forms.py:49 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka dan @/./+/-/_ ." +"Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka, dan karakter " +"@/./+/-/_ ." #: forms.py:16 forms.py:50 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "" -"Nilai ini hanya boleh berisi huruf, angka dan karakter-karakter @/./+/-/_ ." +msgstr "Nilai ini hanya boleh berisi huruf, angka, dan karakter @/./+/-/_ ." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -67,18 +67,19 @@ msgstr "Masukkan sandi yang sama dengan di atas, untuk verifikasi." #: forms.py:31 msgid "A user with that username already exists." -msgstr "Pengguna dengan username tersebut sudah ada." +msgstr "Seorang pengguna dengan nama pengguna tersebut sudah ada." #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." -msgstr "Dua field sandi tidak sama." +msgstr "Dua bidang sandi tidak cocok." #: forms.py:87 msgid "" "Please enter a correct username and password. Note that both fields are case-" "sensitive." msgstr "" -"Mohon masukkan nama dan sandi yang benar. Kedua field ini case-sensitive." +"Masukkan nama pengguna dan sandi yang benar. Huruf besar/kecil pada bidang " +"ini berpengaruh." #: forms.py:89 msgid "This account is inactive." @@ -89,25 +90,25 @@ msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -"Tampaknya peramban Anda tidak menerima cookies. Cookies diperlukan untuk log " -"in." +"Tampaknya peramban Anda disetel untuk tidak menerima kuki. Kuki diperlukan " +"untuk proses masuk." #: forms.py:108 msgid "E-mail" -msgstr "E-mail" +msgstr "Email" #: forms.py:117 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -"Alamat e-mail tersebut tidak terhubung dengan akun apapun. Apakah Anda yakin " -"telah terdaftar?" +"Alamat email tersebut tidak terkait dengan akun apapun. Anda yakin sudah " +"terdaftar?" #: forms.py:143 #, python-format msgid "Password reset on %s" -msgstr "Reset sandi di %s" +msgstr "Setel ulang sandi di %s" #: forms.py:151 msgid "New password" @@ -123,7 +124,7 @@ msgstr "Sandi lama" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "Sandi lama Anda tidak benar. Mohon masukkan sekali lagi." +msgstr "Sandi lama Anda yang dimasukkan salah. Masukkan sekali lagi." #: forms.py:194 msgid "Password (again)" @@ -139,11 +140,11 @@ msgstr "namasandi" #: models.py:82 msgid "permission" -msgstr "ijin" +msgstr "hak akses" #: models.py:83 models.py:105 msgid "permissions" -msgstr "ijin" +msgstr "hak akses" #: models.py:108 msgid "group" @@ -155,13 +156,13 @@ msgstr "grup" #: models.py:206 msgid "username" -msgstr "username" +msgstr "nama pengguna" #: models.py:206 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka dan karakter @/./" +"Wajib. 30 karakter atau kurang dalam kombinasi huruf, angka, karakter @/./" "+/-/_ " #: models.py:207 @@ -174,7 +175,7 @@ msgstr "nama belakang" #: models.py:209 msgid "e-mail address" -msgstr "alamat e-mail" +msgstr "alamat email" #: models.py:210 msgid "password" @@ -190,7 +191,7 @@ msgstr "" #: models.py:211 msgid "staff status" -msgstr "status staff" +msgstr "status staf" #: models.py:211 msgid "Designates whether the user can log into this admin site." @@ -206,7 +207,7 @@ msgid "" "instead of deleting accounts." msgstr "" "Menentukan apakah pengguna dianggap aktif. Hapus pilihan ini tanpa perlu " -"menghapus akun apapun." +"menghapus akunnya." #: models.py:213 msgid "superuser status" @@ -217,12 +218,12 @@ msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" -"Menentukan apakah pengguna memiliki semua ijin tanpa perlu diberikan secara " -"manual." +"Menentukan apakah pengguna memiliki semua hak akses tanpa perlu diberikan " +"secara manual." #: models.py:214 msgid "last login" -msgstr "login terakhir" +msgstr "masuk terakhir" #: models.py:215 msgid "date joined" @@ -233,12 +234,13 @@ msgid "" "In addition to the permissions manually assigned, this user will also get " "all permissions granted to each group he/she is in." msgstr "" -"Selain ijin-ijin yang diberikan secara manual, pengguna ini juga akan " -"mendapatkan ijin yang diberikan kepada semua grup di mana ia berada." +"Selain hak akses yang diberikan secara manual, pengguna ini juga akan " +"mendapatkan hak akses yang diberikan kepada semua grup tempat dia menjadi " +"anggotanya." #: models.py:218 msgid "user permissions" -msgstr "ijin pengguna" +msgstr "hak akses pengguna" #: models.py:222 msgid "user" @@ -246,7 +248,7 @@ msgstr "pengguna" #: models.py:223 msgid "users" -msgstr "pengguna-pengguna" +msgstr "pengguna" #: models.py:406 msgid "message" @@ -254,8 +256,8 @@ msgstr "pesan" #: views.py:86 msgid "Logged out" -msgstr "Logged out" +msgstr "Keluar" #: management/commands/createsuperuser.py:23 msgid "Enter a valid e-mail address." -msgstr "Masukkan alamat e-mail yang benar." +msgstr "Masukkan alamat email yang valid." diff --git a/django/contrib/auth/locale/is/LC_MESSAGES/django.mo b/django/contrib/auth/locale/is/LC_MESSAGES/django.mo index 8fbb0fdd49..938588906d 100644 Binary files a/django/contrib/auth/locale/is/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/is/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/is/LC_MESSAGES/django.po b/django/contrib/auth/locale/is/LC_MESSAGES/django.po index 9bc9f4b283..9b747ade6a 100644 --- a/django/contrib/auth/locale/is/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -44,16 +44,12 @@ msgid "Username" msgstr "Notandanafn" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Krafist. 30 stafir eða færri. Aðeins enskir ritstafastafir (enskir " -"ritstafir, tölur og undirstrik)." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Þetta gildi má einungis innihalda stafi, tölur og undirstrik." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -161,12 +157,9 @@ msgid "username" msgstr "notandanafn" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Krafist. 30 stafir eða færri. Aðeins enskir ritstafastafir (enskir " -"ritstafir, tölur og undirstrik)." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/it/LC_MESSAGES/django.mo b/django/contrib/auth/locale/it/LC_MESSAGES/django.mo index 850808ce13..c24507a103 100644 Binary files a/django/contrib/auth/locale/it/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/it/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/it/LC_MESSAGES/django.po b/django/contrib/auth/locale/it/LC_MESSAGES/django.po index fbc7d73876..b4a045cbc5 100644 --- a/django/contrib/auth/locale/it/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo index 62f991a687..08d0986581 100644 Binary files a/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ja/LC_MESSAGES/django.po b/django/contrib/auth/locale/ja/LC_MESSAGES/django.po index 3d5e1fe57d..b356eb35e3 100644 --- a/django/contrib/auth/locale/ja/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo index e45886c55c..0516d7ad2a 100644 Binary files a/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ka/LC_MESSAGES/django.po b/django/contrib/auth/locale/ka/LC_MESSAGES/django.po index 0ef9e80a74..aafb04c593 100644 --- a/django/contrib/auth/locale/ka/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 @@ -45,18 +44,16 @@ msgid "Username" msgstr "მომხმარებელი" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"აუცილებელია. 30 ან ნაკლები სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და " -"ხაზგასმა." +"აუცილებელია. 30-მდე სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და შემდეგი " +"სიმბოლოები: @/./+/-/_." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -"ეს მნიშვნელობა შეიძლება შეიცავდეს მხოლოდ ასოებს, ციფრებს და ხაზგასმის " -"ნიშნებს." +"დასაშვებია მხოლოდ ლათინური ასოები, ციფრები და შემდეგი სიმბოლოები: @/./+/-/" +"_." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -163,12 +160,11 @@ msgid "username" msgstr "მომხმარებლის სახელი" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"აუცილებელია. 30 ან ნაკლები სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და " -"ხაზგასმა." +"აუცილებელია. 30-მდე სიმბოლო. მხოლოდ ლათინური ასოები, ციფრები და შემდეგი " +"სიმბოლოები: @/./+/-/_." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/km/LC_MESSAGES/django.mo b/django/contrib/auth/locale/km/LC_MESSAGES/django.mo index ff69f9fd2b..2b99266633 100644 Binary files a/django/contrib/auth/locale/km/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/km/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/km/LC_MESSAGES/django.po b/django/contrib/auth/locale/km/LC_MESSAGES/django.po index 487be078fe..58405758f8 100644 --- a/django/contrib/auth/locale/km/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -32,46 +31,41 @@ msgid "Groups" msgstr "ក្រុម" #: admin.py:113 -#, fuzzy msgid "Password changed successfully." -msgstr "ពាក្យសំងាត់បានផ្លាស់ប្តូរដោយជោគជ័យ" +msgstr "" #: admin.py:123 -#, fuzzy, python-format +#, python-format msgid "Change password: %s" -msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" +msgstr "" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" msgstr "ឈ្មោះជាសមាជិក" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "ត្រូចវបំពេញអក្សរឡាតាំងចំនួន៣០ ឬ តិចជាងនេះ (អក្សរ លេខ ឬ សញ្ញា _)។" +msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "ត្រូវបំពេញតែអក្សរឡាតាំង ចំនួនលេខ និង សញ្ញា _" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "ពាក្យសំងាត់" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "ផ្លាស់ប្តូរពាក្យសំងាត់" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." msgstr "សូមបំពេញពាក្យសំងាត់ដូចខាងលើ ដើម្បីត្រួតពិនិត្យ។ " #: forms.py:31 -#, fuzzy msgid "A user with that username already exists." -msgstr "%(optname)s ជាមួយឈ្មោះ %(fieldname)s នេះមានរួចរាល់ហើយ។" +msgstr "" #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." @@ -96,9 +90,8 @@ msgstr "" "កម្មវិធីសំរាប់មើលគេហទំព័រទទួល​យក គុគី ដើម្បីពិនិត្យចូល ។" #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "អ៊ីម៉ែល" +msgstr "" #: forms.py:117 msgid "" @@ -107,29 +100,25 @@ msgid "" msgstr "អ៊ីមែល នេះ មិនមាន​នៅក្នុង​ទិន្នន័យ​របស់​យើង​ខ្ញុំ​ទេ។" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "ពាក្យសំងាត់បានកំណត់សារជាថ្មី" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "ពាក្យសំងាត់ថ្មី" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "ពាក្យសំងាត់ថ្មី" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "ពាក្សំងាត់ចាស់" +msgstr "" #: forms.py:185 -#, fuzzy msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "ឈ្មោះជាសមាជិក​ ឬ ពាក្យសំងាត់ មិនត្រឹមត្រូវ។ សូមសាកល្បងម្តងទៀត។ " +msgstr "" #: forms.py:194 msgid "Password (again)" @@ -164,10 +153,9 @@ msgid "username" msgstr "ឈ្មោះជាសមាជិក" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "ត្រូចវបំពេញអក្សរឡាតាំងចំនួន៣០ ឬ តិចជាងនេះ (អក្សរ លេខ ឬ សញ្ញា _)។" +msgstr "" #: models.py:207 msgid "first name" @@ -204,11 +192,10 @@ msgid "active" msgstr "សកម្ម" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." -msgstr "កំណត់ថាតើសមាជិកអាច​ពិនិត្យចូលមកប្រើទំព័រគ្រប់គ្រង។ មិនជ្រើសរើស ជាជាងលប់ចោល។" +msgstr "" #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo index f7519b13e2..0940e8ebd8 100644 Binary files a/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/kn/LC_MESSAGES/django.po b/django/contrib/auth/locale/kn/LC_MESSAGES/django.po index 3e4267fe14..5aaaf88abe 100644 --- a/django/contrib/auth/locale/kn/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -33,47 +31,41 @@ msgid "Groups" msgstr "ಗುಂಪುಗಳು" #: admin.py:113 -#, fuzzy msgid "Password changed successfully." -msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ ಯಶಸ್ವಿ" +msgstr "" #: admin.py:123 -#, fuzzy, python-format +#, python-format msgid "Change password: %s" -msgstr "ಪ್ರವೇಶಪದ ಬದಲಿಸಿ" +msgstr "" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"೩೦ ಅಥವಾ ಕಡಿಮೆ ಅಕ್ಷರಗಳು ಅವಶ್ಯ. ( ಅಕ್ಷರಗಳು , ಅಂಕೆಗಳು ಮತ್ತು ಅಂಡರ್ಸ್ಕೋರ್(_) ಗಳು ಮಾತ್ರ)" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "ಈ ಬೆಲೆಯು ಕೇವಲ ಅಕ್ಷರಗಳು , ಅಂಕೆಗಳು ಮತ್ತು ಅಂಡರ್ಸ್ಕೋರ್(_) ಗಳನ್ನು ಒಳಗೊಂಡಿರಬೇಕು" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "ಪ್ರವೇಶಪದ" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "ಪ್ರವೇಶಪದ ಬದಲಾವಣೆ" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." msgstr "ಖಚಿತಗೊಳಿಸಲು ಮೇಲಿನ ಪ್ರವೇಶಪದವನ್ನು ಇನ್ನೊಮ್ಮೆ ಬರೆಯಿರಿ." #: forms.py:31 -#, fuzzy msgid "A user with that username already exists." -msgstr "ಈ %(fieldname)s ಹೊಂದಿರುವ %(optname)s ಈಗಾಗಲೇ ಇದೆ." +msgstr "" #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." @@ -98,9 +90,8 @@ msgid "" msgstr "ನಿಮ್ಮ ಜಾಲವೀಕ್ಷಕದಲ್ಲಿ ಕುಕೀಗಳು ಸಕ್ರಿಯಗೊಳಿಸಲ್ಪಟ್ಟಂತಿಲ್ಲ. ಒಳಬರಲು ಕುಕೀಗಳು ಅಗತ್ಯ. " #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "ವಿ-ಅಂಚೆ ವಿಳಾಸ" +msgstr "" #: forms.py:117 msgid "" @@ -109,24 +100,21 @@ msgid "" msgstr "" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "ಪ್ರವೇಶಪದವನ್ನು ಬದಲಿಸುವಿಕೆ" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "ಹೊಸ ಪ್ರವೇಶಪದ:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "ಹೊಸ ಪ್ರವೇಶಪದ:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "ಹಳೆಯ ಪ್ರವೇಶಪದ:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -165,11 +153,9 @@ msgid "username" msgstr "ಬಳಕೆದಾರ-ಹೆಸರು" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"೩೦ ಅಥವಾ ಕಡಿಮೆ ಅಕ್ಷರಗಳು ಅವಶ್ಯ. ( ಅಕ್ಷರಗಳು , ಅಂಕೆಗಳು ಮತ್ತು ಅಂಡರ್ಸ್ಕೋರ್(_) ಗಳು ಮಾತ್ರ)" #: models.py:207 msgid "first name" @@ -206,13 +192,10 @@ msgid "active" msgstr "ಸಕ್ರಿಯ" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"ಈ ಬಳಕೆದಾರರು ಜಾಂಗೋ ಆಡಳಿತಪುಟಕ್ಕೆ ಪ್ರವೇಶಪಡೆಯಬಹುದೇ ಎಂಬುದನ್ನು ತಿಳಿಸುತ್ತದೆ. ಖಾತೆಗಳನ್ನು " -"ಕಿತ್ತುಹಾಕುವ ಬದಲು ಇದನ್ನು ಆಯ್ಕೆಯನ್ನು ತೆಗೆದುಹಾಕಿರಿ." #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo index 951658c7a3..a9ec59c8ac 100644 Binary files a/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ko/LC_MESSAGES/django.po b/django/contrib/auth/locale/ko/LC_MESSAGES/django.po index 0eb84a65fa..fc8dd2e3f7 100644 --- a/django/contrib/auth/locale/ko/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 diff --git a/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo index 650288bcc5..ad92846a47 100644 Binary files a/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/lt/LC_MESSAGES/django.po b/django/contrib/auth/locale/lt/LC_MESSAGES/django.po index a8b8d383de..bb3434537e 100644 --- a/django/contrib/auth/locale/lt/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -45,25 +45,20 @@ msgid "Username" msgstr "Vartotojo vardas" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Privalomas. 30 simbolių arba mažiau. Alfanumeriniai simboliai tik (raidės, " -"skaitmenys ir pabraukimai)" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Ši reikšmė gali būti sudaryta tik iš raidžių, skaičių ir pabraukimų." +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Slaptažodis" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Slaptažodžio keitimas" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -98,9 +93,8 @@ msgstr "" "reikalingi norint prisijungti." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "E-mailo adresas" +msgstr "" #: forms.py:117 msgid "" @@ -111,24 +105,21 @@ msgstr "" "užsiregistravęs?" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "Slaptažodžiu atstatymas(reset)" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Naujas slaptažodis:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Naujas slaptažodis:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Senas slaptažodis:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -167,12 +158,9 @@ msgid "username" msgstr "vartotojo vardas" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Privalomas. 30 simbolių arba mažiau. Alfanumeriniai simboliai tik (raidės, " -"skaitmenys ir pabraukimai)" #: models.py:207 msgid "first name" @@ -211,13 +199,10 @@ msgid "active" msgstr "aktyvus" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"Pažymi ar šis vartotojas gali prisijungti prie Django administravimo. " -"Nepažymėk šios lauko, vietoj vartotojo trynimo." #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo b/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo index 0b228efeb8..a90ab1c105 100644 Binary files a/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/lv/LC_MESSAGES/django.po b/django/contrib/auth/locale/lv/LC_MESSAGES/django.po index 57e82c237d..e4a1b8252b 100644 --- a/django/contrib/auth/locale/lv/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo index 5a6f552b59..bc1e79bc33 100644 Binary files a/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/mk/LC_MESSAGES/django.po b/django/contrib/auth/locale/mk/LC_MESSAGES/django.po index 2e1c7cc89c..a0ae50e191 100644 --- a/django/contrib/auth/locale/mk/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo index 9396502722..6b8344325f 100644 Binary files a/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ml/LC_MESSAGES/django.po b/django/contrib/auth/locale/ml/LC_MESSAGES/django.po index 8b278a99be..e851d840fc 100644 --- a/django/contrib/auth/locale/ml/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo index d9b34bc3fe..9c80a0ee37 100644 Binary files a/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/mn/LC_MESSAGES/django.po b/django/contrib/auth/locale/mn/LC_MESSAGES/django.po index 8640163ba1..88d6cb5375 100644 --- a/django/contrib/auth/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -20,7 +20,7 @@ msgstr "Хувийн мэдээлэл" #: admin.py:29 msgid "Permissions" -msgstr "Зөвшөөрөл" +msgstr "Эрхүүд" #: admin.py:30 msgid "Important dates" @@ -44,16 +44,14 @@ msgid "Username" msgstr "Хэрэглэгчийн нэр" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Зайлшгүй. 30 буюу түүнээс цөөн тэмдэгт. Зөвхөн стандарт тэмдэгт хэрэглэнэ " -"(үсэг, тоо, нэмэлт тэмдэг)" +"Заавал. 30 ба түүнээс бага үсэгтэй. Зөвхөн латин үсэг, тоо болон @/./+/-/_ " +"тэмдэгтүүдийг зөвшөөрнө." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Энэ нь зөвхөн үсэг, тоо, нэмэлт тэмдэгүүдийг л агуулсан байх хэрэгтэй." +msgstr "Энэ утга дотор зөвхөн үсэг, тоо болон @/./+/-/_ тэмдэгтүүд байж болно." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -161,12 +159,11 @@ msgid "username" msgstr "хэрэглэгчийн нэр" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Зайлшгүй. 30 буюу түүнээс цөөн тэмдэгт. Зөвхөн стандарт тэмдэгт хэрэглэнэ " -"(үсэг, тоо, нэмэлт тэмдэг)" +"Заавал. 30 болон түүнээс бага тэмдэгт. Үсэг, тоо болон @/./+/-/_ тэмдэгтүүд " +"ашиглана уу." #: models.py:207 msgid "first name" @@ -189,8 +186,8 @@ msgid "" "Use '[algo]$[salt]$[hexdigest]' or use the change " "password form." msgstr "" -"Нууц үгийнхээ хэлбэр-ийг өөрчлөхдөө '[algo]$[salt]$[hexdigest]' буюу хэрэглэнэ үү." +"Формат нь '[algo]$[salt]$[hexdigest]' эсвэл нууц үг " +"солих цонх хэрэглэнэ үү." #: models.py:211 msgid "staff status" @@ -241,7 +238,7 @@ msgstr "" #: models.py:218 msgid "user permissions" -msgstr "хэрэглэгчийн зөвшөөрөл" +msgstr "хэрэглэгчийн эрхүүд" #: models.py:222 msgid "user" diff --git a/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo index 55b751f111..44f1ff7783 100644 Binary files a/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nb/LC_MESSAGES/django.po b/django/contrib/auth/locale/nb/LC_MESSAGES/django.po index 4cc3426129..0e5dd37e00 100644 --- a/django/contrib/auth/locale/nb/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo index f5147f02df..1559e7ad30 100644 Binary files a/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nl/LC_MESSAGES/django.po b/django/contrib/auth/locale/nl/LC_MESSAGES/django.po index 3dee0bd1a9..08f6bd30b0 100644 --- a/django/contrib/auth/locale/nl/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -45,16 +44,14 @@ msgid "Username" msgstr "Gebruikersnaam" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Verplicht. 30 tekens of minder. Alleen alfanumerieke tekens (letters, " -"cijfers en liggende strepen)." +"Vereist. 30 tekens of minder. Alleen letters, cijfers en @/,/+/-/_ tekens " +"zijn toegestaan." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Deze waarde mag alleen letters, getallen en liggende strepen bevatten." +msgstr "Dit veld mag alleen letters, cijfers en @/,/+/-/_ tekens bevatten." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -164,12 +161,9 @@ msgid "username" msgstr "gebruikersnaam" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Verplicht. 30 tekens of minder. Alleen alfanumerieke tekens (letters, " -"cijfers en liggende strepen)." +msgstr "Vereist. 30 tekens of minder. Letters, cijfers en /./+/-/_ tekens." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo index 5d14caebe0..d14b203fcc 100644 Binary files a/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/nn/LC_MESSAGES/django.po b/django/contrib/auth/locale/nn/LC_MESSAGES/django.po index 6d2ff1f1dd..f393c3b141 100644 --- a/django/contrib/auth/locale/nn/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/no/LC_MESSAGES/django.mo b/django/contrib/auth/locale/no/LC_MESSAGES/django.mo index 1dcacaae1b..9a8fab7c7f 100644 Binary files a/django/contrib/auth/locale/no/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/no/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/no/LC_MESSAGES/django.po b/django/contrib/auth/locale/no/LC_MESSAGES/django.po index 0efb22fbf9..d73975e07b 100644 --- a/django/contrib/auth/locale/no/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo index 6309ad323a..00e816d54a 100644 Binary files a/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pa/LC_MESSAGES/django.po b/django/contrib/auth/locale/pa/LC_MESSAGES/django.po index 3ff1fc75dc..7f31cc4306 100644 --- a/django/contrib/auth/locale/pa/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo index 35434f32ce..472ed79c7a 100644 Binary files a/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pl/LC_MESSAGES/django.po b/django/contrib/auth/locale/pl/LC_MESSAGES/django.po index 6be894d2bc..3790519262 100644 --- a/django/contrib/auth/locale/pl/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:23+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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo index aa8c161d60..82d79e34b2 100644 Binary files a/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po b/django/contrib/auth/locale/pt/LC_MESSAGES/django.po index cfbf37f769..307da6a311 100644 --- a/django/contrib/auth/locale/pt/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo index ba7055ac7d..a27cdc7568 100644 Binary files a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po b/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po index 6d8cb0271a..815bc68170 100644 --- a/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo index 0df891100f..edb938e09b 100644 Binary files a/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ro/LC_MESSAGES/django.po b/django/contrib/auth/locale/ro/LC_MESSAGES/django.po index ee79ed6ded..e19b31789b 100644 --- a/django/contrib/auth/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -45,27 +45,20 @@ msgid "Username" msgstr "Utilizator" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Necesar. 30 de caractere sau mai puțin. Doar caractere alfanumerice (litere, " -"cifre, liniuțe de subliniere)." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -"Această valoare trebuie să conţină numai litere, numere şi liniuţe de " -"subliniere." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "Parolă" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "Schimbă parola" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." @@ -100,9 +93,8 @@ msgstr "" "browser care suporta cookies ca să vă logati." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "Adresa email" +msgstr "" #: forms.py:117 msgid "" @@ -118,19 +110,16 @@ msgid "Password reset on %s" msgstr "Parola resetată pe %s" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "Noua parolă:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "Noua parolă:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "Vechea parolă:" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -171,12 +160,9 @@ msgid "username" msgstr "nume utilizator" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Necesar. 30 de caractere sau mai puțin. Doar caractere alfanumerice (litere, " -"cifre, liniuțe de subliniere)." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo index ab53b8fb16..adf7468e08 100644 Binary files a/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ru/LC_MESSAGES/django.po b/django/contrib/auth/locale/ru/LC_MESSAGES/django.po index ada5e8ee97..ddf18c9e10 100644 --- a/django/contrib/auth/locale/ru/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo index e267412acc..1b819419ca 100644 Binary files a/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sk/LC_MESSAGES/django.po b/django/contrib/auth/locale/sk/LC_MESSAGES/django.po index b0ee923da6..efac4f4b8d 100644 --- a/django/contrib/auth/locale/sk/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo index 57e6472c9e..e821eb64e4 100644 Binary files a/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sl/LC_MESSAGES/django.po b/django/contrib/auth/locale/sl/LC_MESSAGES/django.po index f0f2e5297e..54d83a00e6 100644 --- a/django/contrib/auth/locale/sl/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo index b57bb89348..e197de6145 100644 Binary files a/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sq/LC_MESSAGES/django.po b/django/contrib/auth/locale/sq/LC_MESSAGES/django.po index 38783fd7d6..1288cc12b9 100644 --- a/django/contrib/auth/locale/sq/LC_MESSAGES/django.po +++ b/django/contrib/auth/locale/sq/LC_MESSAGES/django.po @@ -4,240 +4,258 @@ 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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" -msgstr "" +msgstr "Të dhëna personale" #: admin.py:29 msgid "Permissions" -msgstr "" +msgstr "Leje" #: admin.py:30 msgid "Important dates" -msgstr "" +msgstr "Të dhëna të rëndësishme" #: admin.py:31 msgid "Groups" -msgstr "" +msgstr "Grupe" #: admin.py:113 msgid "Password changed successfully." -msgstr "" +msgstr "Fjalëkalimi u ndryshua me sukses." #: admin.py:123 #, python-format msgid "Change password: %s" -msgstr "" +msgstr "Ndryshoni fjalëkalimin: %s" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" -msgstr "" +msgstr "Emër përdoruesi" #: forms.py:15 forms.py:49 msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" +"E domosdoshme. 30 ose më pak shenja. Vetëm shkronja, shifra dhe shenjat @/./" +"+/-/_ ." #: forms.py:16 forms.py:50 msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" +"Kjo vlerë mund të përmbajë vetëm shkronja, numra dhe shenja si @/./+/-/_ ." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" -msgstr "" +msgstr "Fjalëkalim" #: forms.py:18 msgid "Password confirmation" -msgstr "" +msgstr "Ripohim fjalëkalimi" #: forms.py:19 msgid "Enter the same password as above, for verification." -msgstr "" +msgstr "Jepni të njëjtin fjalëkalim si më sipër, për verifikim." #: forms.py:31 msgid "A user with that username already exists." -msgstr "" +msgstr "Ka tashmë një emër të tillë përdoruesi." #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." -msgstr "" +msgstr "Dy fushat për fjalëkalim nuk u përputhën." #: forms.py:87 msgid "" "Please enter a correct username and password. Note that both fields are case-" "sensitive." msgstr "" +"Ju lutem, jepni një emër përdoruesi dhe fjalëkalim të saktë. Mbani parasysh " +"që për të dyja fushat luan rol shkrimi me të madhe apo me të vogël." #: forms.py:89 msgid "This account is inactive." -msgstr "" +msgstr "Kjo llogari nuk është aktive." #: forms.py:96 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" +"Shfletuesi juaj Web nuk duket se i ka të aktivizuara \"cookie\"-t. \"Cookie" +"\"-t janë të domosdoshme për hyrjen." #: forms.py:108 msgid "E-mail" -msgstr "" +msgstr "E-mail" #: forms.py:117 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" +"Kësaj adrese e-mail nuk i përshoqërohet ndonjë llogari përdoruesi. Jeni i " +"sigurt se jeni regjistruar?" #: forms.py:143 #, python-format msgid "Password reset on %s" -msgstr "" +msgstr "Ricaktim fjalëkalimi më %s" #: forms.py:151 msgid "New password" -msgstr "" +msgstr "Fjalëkalim i ri" #: forms.py:152 msgid "New password confirmation" -msgstr "" +msgstr "Ripohim fjalëkalimi të ri" #: forms.py:177 msgid "Old password" -msgstr "" +msgstr "Fjalëkalim i vjetër" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." -msgstr "" +msgstr "Fjalëkalimi juaj i vjetër u dha pasaktësisht. Ju lutem, jepeni sërish." #: forms.py:194 msgid "Password (again)" -msgstr "" +msgstr "Fjalëkalim (sërish)" #: models.py:76 models.py:104 msgid "name" -msgstr "" +msgstr "emër" #: models.py:78 msgid "codename" -msgstr "" +msgstr "emër i koduar" #: models.py:82 msgid "permission" -msgstr "" +msgstr "leje" #: models.py:83 models.py:105 msgid "permissions" -msgstr "" +msgstr "leje" #: models.py:108 msgid "group" -msgstr "" +msgstr "grup" #: models.py:109 models.py:216 msgid "groups" -msgstr "" +msgstr "grupe" #: models.py:206 msgid "username" -msgstr "" +msgstr "emër përdoruesi" #: models.py:206 msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" +"E domosdoshme. 30 ose më pak shenja. Shkronja, numra dhe shenjat @/./+/-/_" #: models.py:207 msgid "first name" -msgstr "" +msgstr "emër" #: models.py:208 msgid "last name" -msgstr "" +msgstr "mbiemër" #: models.py:209 msgid "e-mail address" -msgstr "" +msgstr "adresë e-mail" #: models.py:210 msgid "password" -msgstr "" +msgstr "fjalëkalim" #: models.py:210 msgid "" "Use '[algo]$[salt]$[hexdigest]' or use the change " "password form." msgstr "" +"Përdorni '[algo]$[salt]$[hexdigest]' ose përdorni formularin për ndërrim fjalëkalimi." #: models.py:211 msgid "staff status" -msgstr "" +msgstr "vend në ekip" #: models.py:211 msgid "Designates whether the user can log into this admin site." -msgstr "" +msgstr "Përcakton nëse mund të hyjë ose jo përdoruesi te ky site administrimi." #: models.py:212 msgid "active" -msgstr "" +msgstr "veprues" #: models.py:212 msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" +"Përcakton nëse ky përdorues do të duhej trajtuar si aktiv. Çpërzgjidhni " +"këtë, në vend se të fshihni llogarira." #: models.py:213 msgid "superuser status" -msgstr "" +msgstr "gjendje superpërdoruesi" #: models.py:213 msgid "" "Designates that this user has all permissions without explicitly assigning " "them." msgstr "" +"Përcakton që ky përdorues ka krejt lejet, pa ia akorduar ato shprehimisht." #: models.py:214 msgid "last login" -msgstr "" +msgstr "hyrja e fundit" #: models.py:215 msgid "date joined" -msgstr "" +msgstr "datë anëtarësimi" #: models.py:217 msgid "" "In addition to the permissions manually assigned, this user will also get " "all permissions granted to each group he/she is in." msgstr "" +"Si shtesë e lejeve të dhëna dorazi, ky përdorues do të marrë gjithashtu " +"krejt lejet e akorduara për secilin grup ku ai/ajo bën pjesë." #: models.py:218 msgid "user permissions" -msgstr "" +msgstr "leje përdoruesi" #: models.py:222 msgid "user" -msgstr "" +msgstr "përdorues" #: models.py:223 msgid "users" -msgstr "" +msgstr "përdoruesa" #: models.py:406 msgid "message" -msgstr "" +msgstr "mesazh" #: views.py:86 msgid "Logged out" -msgstr "" +msgstr "I dalë" #: management/commands/createsuperuser.py:23 msgid "Enter a valid e-mail address." -msgstr "" +msgstr "Jepni një adresë e-mail të vlefshme." diff --git a/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo index faec37bb6f..4a3a6349d3 100644 Binary files a/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sr/LC_MESSAGES/django.po b/django/contrib/auth/locale/sr/LC_MESSAGES/django.po index 9a98f80ecf..e0ddf02467 100644 --- a/django/contrib/auth/locale/sr/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo index 4a0e87c148..fa2c603f29 100644 Binary files a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po b/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po index d2f459b875..a4fb2285d0 100644 --- a/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo b/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo index 7441b3e81c..cfc6c45a85 100644 Binary files a/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/sv/LC_MESSAGES/django.po b/django/contrib/auth/locale/sv/LC_MESSAGES/django.po index 43d452ed76..55afb91665 100644 --- a/django/contrib/auth/locale/sv/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+0000\n" +"Last-Translator: samuellinde \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" #: admin.py:28 msgid "Personal info" @@ -47,16 +44,14 @@ msgid "Username" msgstr "Användarnamn" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Obligatorisk. 30 tecken eller färre. Endast bokstäver, siffror eller " -"understreck." +"Obligatoriskt. 30 tecken eller färre. Endast bokstäver, siffror och @/./+/-/" +"_." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Detta värde får endast innehålla bokstäver, siffror och understreck." +msgstr "Detta värde får endast innehålla bokstäver, siffror och @/./+/-/_." #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -164,12 +159,9 @@ msgid "username" msgstr "användarnamn" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "" -"Obligatorisk. 30 tecken eller färre. Endast bokstäver, siffror eller " -"understreck." +msgstr "Obligatorisk. 30 tecken eller färre. Bokstäver, siffror och @/./+/-/_." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo index de1b02d624..ee21e48da8 100644 Binary files a/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ta/LC_MESSAGES/django.po b/django/contrib/auth/locale/ta/LC_MESSAGES/django.po index a559ccac36..e5fdd7bfbd 100644 --- a/django/contrib/auth/locale/ta/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -34,48 +31,41 @@ msgid "Groups" msgstr "குழுக்கள்" #: admin.py:113 -#, fuzzy msgid "Password changed successfully." -msgstr "வெற்றிகரமாக கடவுச்சொல் மாற்றபட்டது" +msgstr "" #: admin.py:123 -#, fuzzy, python-format +#, python-format msgid "Change password: %s" -msgstr "கடவுச்சொல்லை மாற்று" +msgstr "" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" msgstr "பயனர்ப்பெயர்" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"தேவை. 30 எழுத்துகள் அல்லது கொஞ்சம். அகர வரிசை எழுத்துக்கள் மட்டுமே ( எழுத்துகள்,எண்கள்," -"அன்டர்ஸ்கோர்). " #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "இந்த மதிப்பு எழுத்துகள், எண்கள் மேலும் அன்டர்ஸ்கோர் உள்ளடக்க வேண்டும். " +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "கடவுச்சொல்" #: forms.py:18 -#, fuzzy msgid "Password confirmation" -msgstr "கடவுச்சொல் மாற்று" +msgstr "" #: forms.py:19 msgid "Enter the same password as above, for verification." msgstr "மேலே அதே கடவுச்சொல்லை உள்ளிடவும், சரிபார்ப்பதற்காக ." #: forms.py:31 -#, fuzzy msgid "A user with that username already exists." -msgstr "%(fieldname)s உடன் உள்ள %(optname)s ஏற்கனவே உள்ளது" +msgstr "" #: forms.py:37 forms.py:163 forms.py:205 msgid "The two password fields didn't match." @@ -101,9 +91,8 @@ msgstr "" " உங்கள் இணைய உலாவியில் குக்கிகள் செயலாக்கம் பெறவில்லை. உள்நுழைவதற்கு குக்கிகள் அவசியம்." #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "மின் அஞ்சல்" +msgstr "" #: forms.py:117 msgid "" @@ -112,24 +101,21 @@ msgid "" msgstr "" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "கடவுச்சொல்லை மாற்றியமை" +msgstr "" #: forms.py:151 -#, fuzzy msgid "New password" -msgstr "புதிய கடவுச்சொல்:" +msgstr "" #: forms.py:152 -#, fuzzy msgid "New password confirmation" -msgstr "புதிய கடவுச்சொல்:" +msgstr "" #: forms.py:177 -#, fuzzy msgid "Old password" -msgstr "பழைய கடவுச்சொல் :" +msgstr "" #: forms.py:185 msgid "Your old password was entered incorrectly. Please enter it again." @@ -168,12 +154,9 @@ msgid "username" msgstr "பயனர் பெயர்" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"தேவை. 30 எழுத்துகள் அல்லது கொஞ்சம். அகர வரிசை எழுத்துக்கள் மட்டுமே ( எழுத்துகள்,எண்கள்," -"அன்டர்ஸ்கோர்). " #: models.py:207 msgid "first name" @@ -210,13 +193,10 @@ msgid "active" msgstr "செயல்படும்" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." msgstr "" -"பயனர்,டிஜாங்ஙோ 'மேலாளலர்' பக்கத்தில் நுழைவதை முடிவு செய்கிறது . இதை தேர்வு செய்யப்படாத " -"கணக்கு உடனடியாகஅழிக்கப்படும்" #: models.py:213 msgid "superuser status" diff --git a/django/contrib/auth/locale/te/LC_MESSAGES/django.mo b/django/contrib/auth/locale/te/LC_MESSAGES/django.mo index 82a77c2c89..701a6d3fa2 100644 Binary files a/django/contrib/auth/locale/te/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/te/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/te/LC_MESSAGES/django.po b/django/contrib/auth/locale/te/LC_MESSAGES/django.po index f27da72893..a097c15aa4 100644 --- a/django/contrib/auth/locale/te/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -50,9 +48,8 @@ msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "ఈ విలువ లో అక్షరాలు, అంకెలు ఇంకా అండర్ స్కోర్లు ఉందాలి" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" diff --git a/django/contrib/auth/locale/th/LC_MESSAGES/django.mo b/django/contrib/auth/locale/th/LC_MESSAGES/django.mo index cb4de7d4af..df8fb74961 100644 Binary files a/django/contrib/auth/locale/th/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/th/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/th/LC_MESSAGES/django.po b/django/contrib/auth/locale/th/LC_MESSAGES/django.po index e259941692..837e6d33d0 100644 --- a/django/contrib/auth/locale/th/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -47,16 +44,12 @@ msgid "Username" msgstr "ชื่อผู้ใช้" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"ต้องการไม่เกิน 30 ตัวอักษร และเป็นตัวอักษรหรือตัวเลขเท่านั้น (ตัวอักษร ตัวเลข และ " -"เครื่องหมายขีดล่าง)" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "ต้องประกอบด้วยตัวอักษร ตัวเลข และเครื่องหมายขีดล่างเท่านั้น" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -158,12 +151,9 @@ msgid "username" msgstr "ชื่อผู้ใช้" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"ต้องการไม่เกิน 30 ตัวอักษร และเป็นตัวอักษรหรือตัวเลขเท่านั้น (ตัวอักษร ตัวเลข และ " -"เครื่องหมายขีดล่าง)" #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo b/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo index beaeda87af..66dfb1cdb8 100644 Binary files a/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/tr/LC_MESSAGES/django.po b/django/contrib/auth/locale/tr/LC_MESSAGES/django.po index 9b246a9590..7a8fbf9998 100644 --- a/django/contrib/auth/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" diff --git a/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo b/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo index 8462e97de3..444ad6c465 100644 Binary files a/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/uk/LC_MESSAGES/django.po b/django/contrib/auth/locale/uk/LC_MESSAGES/django.po index 228c942978..54d497cf7d 100644 --- a/django/contrib/auth/locale/uk/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+0000\n" +"Last-Translator: sergikoff \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" #: admin.py:28 msgid "Personal info" @@ -34,7 +33,7 @@ msgstr "Групи" #: admin.py:113 msgid "Password changed successfully." -msgstr "Зміна паролю успішна" +msgstr "Пароль успішно змінено." #: admin.py:123 #, python-format @@ -43,20 +42,15 @@ msgstr "Змінити пароль: %s" #: forms.py:14 forms.py:48 forms.py:66 msgid "Username" -msgstr "Користувач:" +msgstr "Користувач" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Необхідне поле. 30 символів або менше. Тільки букви, цифри та символ " -"підкреслювання." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." msgstr "" -"Це значення може містити тільки літери, числа та символи підкреслювання" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -165,12 +159,9 @@ msgid "username" msgstr "ім'я користувача" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Необхідне поле. 30 символів або менше. Тільки букви, цифри та символ " -"підкреслювання." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo b/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..ffb204a222 Binary files /dev/null and b/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/ur/LC_MESSAGES/django.po b/django/contrib/auth/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d4cf6db491 --- /dev/null +++ b/django/contrib/auth/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,244 @@ +# 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:37+0100\n" +"PO-Revision-Date: 2011-02-28 22:36+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" + +#: admin.py:28 +msgid "Personal info" +msgstr "" + +#: admin.py:29 +msgid "Permissions" +msgstr "" + +#: admin.py:30 +msgid "Important dates" +msgstr "" + +#: admin.py:31 +msgid "Groups" +msgstr "" + +#: admin.py:113 +msgid "Password changed successfully." +msgstr "" + +#: admin.py:123 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: forms.py:14 forms.py:48 forms.py:66 +msgid "Username" +msgstr "" + +#: forms.py:15 forms.py:49 +msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." +msgstr "" + +#: forms.py:16 forms.py:50 +msgid "This value may contain only letters, numbers and @/./+/-/_ characters." +msgstr "" + +#: forms.py:17 forms.py:67 forms.py:193 +msgid "Password" +msgstr "" + +#: forms.py:18 +msgid "Password confirmation" +msgstr "" + +#: forms.py:19 +msgid "Enter the same password as above, for verification." +msgstr "" + +#: forms.py:31 +msgid "A user with that username already exists." +msgstr "" + +#: forms.py:37 forms.py:163 forms.py:205 +msgid "The two password fields didn't match." +msgstr "" + +#: forms.py:87 +msgid "" +"Please enter a correct username and password. Note that both fields are case-" +"sensitive." +msgstr "" + +#: forms.py:89 +msgid "This account is inactive." +msgstr "" + +#: forms.py:96 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: forms.py:108 +msgid "E-mail" +msgstr "" + +#: forms.py:117 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: forms.py:143 +#, python-format +msgid "Password reset on %s" +msgstr "" + +#: forms.py:151 +msgid "New password" +msgstr "" + +#: forms.py:152 +msgid "New password confirmation" +msgstr "" + +#: forms.py:177 +msgid "Old password" +msgstr "" + +#: forms.py:185 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: forms.py:194 +msgid "Password (again)" +msgstr "" + +#: models.py:76 models.py:104 +msgid "name" +msgstr "" + +#: models.py:78 +msgid "codename" +msgstr "" + +#: models.py:82 +msgid "permission" +msgstr "" + +#: models.py:83 models.py:105 +msgid "permissions" +msgstr "" + +#: models.py:108 +msgid "group" +msgstr "" + +#: models.py:109 models.py:216 +msgid "groups" +msgstr "" + +#: models.py:206 +msgid "username" +msgstr "" + +#: models.py:206 +msgid "" +"Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" +msgstr "" + +#: models.py:207 +msgid "first name" +msgstr "" + +#: models.py:208 +msgid "last name" +msgstr "" + +#: models.py:209 +msgid "e-mail address" +msgstr "" + +#: models.py:210 +msgid "password" +msgstr "" + +#: models.py:210 +msgid "" +"Use '[algo]$[salt]$[hexdigest]' or use the change " +"password form." +msgstr "" + +#: models.py:211 +msgid "staff status" +msgstr "" + +#: models.py:211 +msgid "Designates whether the user can log into this admin site." +msgstr "" + +#: models.py:212 +msgid "active" +msgstr "" + +#: models.py:212 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" + +#: models.py:213 +msgid "superuser status" +msgstr "" + +#: models.py:213 +msgid "" +"Designates that this user has all permissions without explicitly assigning " +"them." +msgstr "" + +#: models.py:214 +msgid "last login" +msgstr "" + +#: models.py:215 +msgid "date joined" +msgstr "" + +#: models.py:217 +msgid "" +"In addition to the permissions manually assigned, this user will also get " +"all permissions granted to each group he/she is in." +msgstr "" + +#: models.py:218 +msgid "user permissions" +msgstr "" + +#: models.py:222 +msgid "user" +msgstr "" + +#: models.py:223 +msgid "users" +msgstr "" + +#: models.py:406 +msgid "message" +msgstr "" + +#: views.py:86 +msgid "Logged out" +msgstr "" + +#: management/commands/createsuperuser.py:23 +msgid "Enter a valid e-mail address." +msgstr "" diff --git a/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo b/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo index af1b3c4b89..3ce7866a90 100644 Binary files a/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/vi/LC_MESSAGES/django.po b/django/contrib/auth/locale/vi/LC_MESSAGES/django.po index 26435b918d..6a13e34269 100644 --- a/django/contrib/auth/locale/vi/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+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" #: admin.py:28 msgid "Personal info" @@ -43,16 +44,12 @@ msgid "Username" msgstr "Tên đăng nhập" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." msgstr "" -"Nhập nhiều nhất là 30 ký tự. Chỉ sử dụng kiểu ký tự là chữ, con số hoặc dấu " -"gạch dưới." #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "Giá trị này chỉ chứa chữ cái, số và dấu gạch dưới" +msgstr "" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -156,12 +153,9 @@ msgid "username" msgstr "Tên đăng nhập" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" msgstr "" -"Nhập nhiều nhất là 30 ký tự. Chỉ sử dụng kiểu ký tự là chữ, con số hoặc dấu " -"gạch dưới." #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo index dc81b6efdc..391ce94bcb 100644 Binary files a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po b/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po index 1d6d36a512..40a8fe51d5 100644 --- a/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-27 03:56+0000\n" +"Last-Translator: schemacs \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" #: admin.py:28 msgid "Personal info" @@ -46,14 +44,12 @@ msgid "Username" msgstr "用户名" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "必填。不多于30个字符。只能用字母、数字和下划线。" +msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "该值只能包含字母、数字和下划线。" +msgstr "该值只能包含字母、数字和字符@/./+/-/_ 。" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" @@ -155,10 +151,9 @@ msgid "username" msgstr "用户名" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "必填。不多于30个字符。只能用字母、数字和下划线。" +msgstr "必填。不多于30个字符。只能用字母、数字和字符 @/./+/-/_ 。" #: models.py:207 msgid "first name" diff --git a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo index 7edea3b066..808f4d8f4f 100644 Binary files a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo and b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po b/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po index 84e1c712b6..c900182e45 100644 --- a/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.po +++ b/django/contrib/auth/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:37+0100\n" +"PO-Revision-Date: 2011-02-22 00:09+0000\n" +"Last-Translator: tcc \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" #: admin.py:28 msgid "Personal info" @@ -43,21 +44,18 @@ msgid "Username" msgstr "使用者名稱" #: forms.py:15 forms.py:49 -#, fuzzy msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only." -msgstr "必須。不超過30字。只能用能字母數字與底線(字母、數字和底線)。" +msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" #: forms.py:16 forms.py:50 -#, fuzzy msgid "This value may contain only letters, numbers and @/./+/-/_ characters." -msgstr "此值僅能包含字母、數字與底線。" +msgstr "這資料值只能包含字母、數字和 @/./+/-/_ 字元。" #: forms.py:17 forms.py:67 forms.py:193 msgid "Password" msgstr "密碼" #: forms.py:18 -#, fuzzy msgid "Password confirmation" msgstr "密碼確認" @@ -90,33 +88,29 @@ msgid "" msgstr "你的Web瀏覽器好像不允許使用cookie。登入時需要使用cookie。" #: forms.py:108 -#, fuzzy msgid "E-mail" -msgstr "電子郵件地址" +msgstr "電子信箱" #: forms.py:117 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" -msgstr "這個電子郵件地址没有和任何用户帳號有關聯。你確定你已經註冊了?" +msgstr "這個電子郵件地址沒有和任何使用者帳號有關聯。你確定你已經註冊了?" #: forms.py:143 -#, fuzzy, python-format +#, python-format msgid "Password reset on %s" -msgstr "為 %s 密碼重設" +msgstr "密碼重設在 %s" #: forms.py:151 -#, fuzzy msgid "New password" msgstr "新密碼" #: forms.py:152 -#, fuzzy msgid "New password confirmation" msgstr "新密碼確認" #: forms.py:177 -#, fuzzy msgid "Old password" msgstr "舊密碼" @@ -157,10 +151,9 @@ msgid "username" msgstr "使用者名稱" #: models.py:206 -#, fuzzy msgid "" "Required. 30 characters or fewer. Letters, numbers and @/./+/-/_ characters" -msgstr "必須。不超過30字。只能用能字母數字與底線(字母、數字和底線)。" +msgstr "必要的。30 個字或更少, 只包含字母、數字和 @/./+/-/_。" #: models.py:207 msgid "first name" @@ -198,11 +191,10 @@ msgid "active" msgstr "有效" #: models.py:212 -#, fuzzy msgid "" "Designates whether this user should be treated as active. Unselect this " "instead of deleting accounts." -msgstr "指定是否使用者可以登入此管理網站。用取消選擇來取代刪除帳號。" +msgstr "指定使用者是否有效。請取消選擇而不是刪除帳號。" #: models.py:213 msgid "superuser status"