diff --git a/.gitignore b/.gitignore index bf63a2e..bbcfe75 100644 --- a/.gitignore +++ b/.gitignore @@ -20,10 +20,7 @@ pip-log.txt .coverage .tox -#Translations -*.mo - -#Mr Developer +# Mr Developer .mr.developer.cfg # Django diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..6992427 --- /dev/null +++ b/.tx/config @@ -0,0 +1,24 @@ +[main] +host = https://www.transifex.com +lang_map = sr@latin:sr_Latn + +[django-admin2.djadmin2po] +file_filter = djadmin2/locale//LC_MESSAGES/django.po +source_file = djadmin2/locale/en/LC_MESSAGES/django.po +source_lang = en_US +type = PO +minimum_perc = 80 + +[django-admin2.example-app] +file_filter = example/blog/locale//LC_MESSAGES/django.po +source_file = example/blog/locale/en/LC_MESSAGES/django.po +source_lang = en_US +type = PO +minimum_perc = 50 + +[django-admin2.example2-app] +file_filter = example2/polls/locale//LC_MESSAGES/django.po +source_file = example2/polls/locale/en/LC_MESSAGES/django.po +source_lang = en_US +type = PO +minimum_perc = 50 diff --git a/djadmin2/locale/bs/LC_MESSAGES/django.mo b/djadmin2/locale/bs/LC_MESSAGES/django.mo new file mode 100644 index 0000000..4e50bf5 Binary files /dev/null and b/djadmin2/locale/bs/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/bs/LC_MESSAGES/django.po b/djadmin2/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000..d2cc5f1 --- /dev/null +++ b/djadmin2/locale/bs/LC_MESSAGES/django.po @@ -0,0 +1,295 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Translators: +# amarsahinovic, 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-07 21:32+0000\n" +"Last-Translator: amarsahinovic\n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/django-admin2/" +"language/bs/)\n" +"Language: bs\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" + +#: actions.py:29 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Stavke moraju biti odabrane da bi se nad njima izvodile akcije. Nijedna " +"stavka nije promijenjena." + +#: actions.py:149 +msgid "Delete selected items" +msgstr "Izbrišite odabrane stavke" + +#: actions.py:153 +#, python-format +msgctxt "singular form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "Uspješno izbrisano %(count)s %(items)s" + +#: actions.py:157 +#, python-format +msgctxt "plural form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "Uspješno izbrisano %(count)s %(items)s" + +#: filters.py:40 +msgid "Unknown" +msgstr "Nepoznato" + +#: filters.py:41 +msgid "Yes" +msgstr "Da" + +#: filters.py:42 +msgid "No" +msgstr "Ne" + +#. Translators : %(username)s will be replaced by the username_field name +#. (default : username, but could be email, or something else) +#: forms.py:242 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Molimo unesite ispravno %(username)s i lozinku za račun osoblja. Imajte na " +"umu da oba polja mogu sadržavati velika i mala slova." + +#: forms.py:253 +msgid "Please log in again, because your session has expired." +msgstr "Molimo prijavite se ponovo, vaša sesija je istekla." + +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 +#: templates/djadmin2/bootstrap/includes/app_model_list.html:38 +msgid "Change" +msgstr "Promijeni" + +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +msgid "Add" +msgstr "Dodaj" + +#: templates/djadmin2/bootstrap/app_index.html:6 +#: templates/djadmin2/bootstrap/base.html:56 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:10 +#: templates/djadmin2/bootstrap/model_detail.html:11 +#: templates/djadmin2/bootstrap/model_list.html:14 +#: templates/djadmin2/bootstrap/model_update_form.html:17 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 +#: templates/djadmin2/bootstrap/auth/logout.html:8 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:11 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:10 +msgid "Home" +msgstr "Početna" + +#: templates/djadmin2/bootstrap/app_index.html:12 +#, python-format +msgid "%(app_label)s administration" +msgstr "%(app_label)s administracija" + +#: templates/djadmin2/bootstrap/base.html:6 +#: templates/djadmin2/bootstrap/base.html:72 +#: templates/djadmin2/bootstrap/auth/login.html:15 +msgid "Site administration" +msgstr "Administracija stranice" + +#: templates/djadmin2/bootstrap/base.html:23 +msgid "API" +msgstr "API" + +#: templates/djadmin2/bootstrap/base.html:26 +msgid "Documentation" +msgstr "Dokumentacija" + +#: templates/djadmin2/bootstrap/base.html:35 +#, python-format +msgid "Logged in as %(user)s" +msgstr "Prijavljen kao %(user)s" + +#: templates/djadmin2/bootstrap/base.html:41 +msgid "Change password" +msgstr "Promijeni lozinku" + +#: templates/djadmin2/bootstrap/base.html:43 +#: templates/djadmin2/bootstrap/auth/logout.html:11 +msgid "Log out" +msgstr "Odjavi se" + +#: templates/djadmin2/bootstrap/index.html:13 +msgid "Recent Actions" +msgstr "Nedavne akcije" + +#: templates/djadmin2/bootstrap/index.html:14 +msgid "My Actions" +msgstr "Moje akcije" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:4 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:6 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:4 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:6 +msgid "Are you sure?" +msgstr "Da li ste sigurni?" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:25 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 +msgid "Delete" +msgstr "Izbriši" + +#. Translators : this is singular, example : delete the post "My Title" +#: templates/djadmin2/bootstrap/model_confirm_delete.html:32 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" +msgstr "" +"\n" +"Da li ste sigurni da želite obrisati %(model_name)s \"%(object)s\"?\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:36 +msgid "" +"\n" +"The following item will be deleted:\n" +msgid_plural "" +"\n" +"All of the following items will be deleted:\n" +msgstr[0] "" +"\n" +"Sve navedene stavke će biti obrisane:\n" +msgstr[1] "" +"\n" +"Sve navedene stavke će biti obrisane:\n" +msgstr[2] "" +"\n" +"Sve navedene stavke će biti obrisane:\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:50 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Da, siguran sam" + +#: templates/djadmin2/bootstrap/model_list.html:4 +#: templates/djadmin2/bootstrap/model_list.html:6 +#, python-format +msgid "Select %(model_name)s to change" +msgstr "Odaberite %(model_name)s za izmjenu" + +#: templates/djadmin2/bootstrap/model_list.html:31 +msgid "Search Term" +msgstr "Pojam za pretragu" + +#: templates/djadmin2/bootstrap/model_list.html:32 +msgid "Search" +msgstr "Traži" + +#. Translators : examples : Add post, Change object +#: templates/djadmin2/bootstrap/model_update_form.html:6 +#: templates/djadmin2/bootstrap/model_update_form.html:9 +#, python-format +msgid "%(action_name)s %(model_name)s" +msgstr "%(action_name)s %(model_name)s" + +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:27 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"item will be deleted:\n" +msgid_plural "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"items will be deleted:\n" +msgstr[0] "" +"\n" +"Da li ste sigurni da želite obrisati odabrani %(objects_name)s? Sve navedene " +"stavke će biti obrisane:\n" +msgstr[1] "" +"\n" +"Da li ste sigurni da želite obrisati odabrane %(objects_name)s? Sve navedene " +"stavke će biti obrisane:\n" +msgstr[2] "" +"\n" +"Da li ste sigurni da želite obrisati odabrane %(objects_name)s? Sve navedene " +"stavke će biti obrisane:\n" + +#: templates/djadmin2/bootstrap/auth/login.html:15 +#: templates/djadmin2/bootstrap/auth/login.html:52 +msgid "Log in" +msgstr "Prijavi se" + +#: templates/djadmin2/bootstrap/auth/login.html:27 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:24 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Molimo ispravite dole navedenu grešku." +msgstr[1] "Molimo ispravite dole navedene greške." +msgstr[2] "Molimo ispravite dole navedene greške." + +#: templates/djadmin2/bootstrap/auth/logout.html:17 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Hvala što ste proveli kvalitetno vrijeme na stranici danas." + +#: templates/djadmin2/bootstrap/auth/logout.html:18 +msgid "Log in again" +msgstr "Prijavite se ponovo" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:7 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:14 +msgid "Password change successful" +msgstr "Promjena lozinke uspješna" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:20 +msgid "Your password was changed." +msgstr "Vaša lozinka je promijenjena." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:13 +msgid "Password change" +msgstr "Promjena lozinke" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:20 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Molimo unesite vašu staru lozinku, iz sigurnosnih razloga, a zatim unesite " +"Vašu novu lozinku dva puta da bi mogli biti sigurni da ste je unijeli " +"ispravno." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:31 +msgid "Change my password" +msgstr "Promijeni moju lozinku" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s od %(total)s ukupno" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Dodaj %(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 +msgid "Save and add another" +msgstr "Sačuvaj i dodaj još jedan" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmjenama" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 +msgid "Save" +msgstr "Sačuvaj" diff --git a/djadmin2/locale/ca/LC_MESSAGES/django.mo b/djadmin2/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000..570cb96 Binary files /dev/null and b/djadmin2/locale/ca/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/ca/LC_MESSAGES/django.po b/djadmin2/locale/ca/LC_MESSAGES/django.po index 1e93967..e35be73 100644 --- a/djadmin2/locale/ca/LC_MESSAGES/django.po +++ b/djadmin2/locale/ca/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 14:47+0200\n" "Last-Translator: Ignasi Fosch Alonso \n" "Language-Team: https://www.transifex.com/projects/p/django-admin2/language/" @@ -17,23 +17,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: actions.py:26 +#: actions.py:29 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: actions.py:147 +#: actions.py:149 msgid "Delete selected items" msgstr "" -#: actions.py:151 +#: actions.py:153 #, python-format msgctxt "singular form" msgid "Successfully deleted %(count)s %(items)s" msgstr "" -#: actions.py:155 +#: actions.py:157 #, python-format msgctxt "plural form" msgid "Successfully deleted %(count)s %(items)s" @@ -53,32 +53,32 @@ msgstr "" #. Translators : %(username)s will be replaced by the username_field name #. (default : username, but could be email, or something else) -#: forms.py:240 +#: forms.py:242 #, python-format msgid "" "Please enter the correct %(username)s and password for a staff account. Note " "that both fields may be case-sensitive." msgstr "" -#: forms.py:251 +#: forms.py:253 msgid "Please log in again, because your session has expired." msgstr "" -#: views.py:200 templates/djadmin2/bootstrap/model_update_form.html:31 +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 #: templates/djadmin2/bootstrap/includes/app_model_list.html:38 msgid "Change" msgstr "" -#: views.py:221 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 msgid "Add" msgstr "" #: templates/djadmin2/bootstrap/app_index.html:6 -#: templates/djadmin2/bootstrap/base.html:55 +#: templates/djadmin2/bootstrap/base.html:56 #: templates/djadmin2/bootstrap/model_confirm_delete.html:10 #: templates/djadmin2/bootstrap/model_detail.html:11 #: templates/djadmin2/bootstrap/model_list.html:14 -#: templates/djadmin2/bootstrap/model_update_form.html:13 +#: templates/djadmin2/bootstrap/model_update_form.html:17 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 #: templates/djadmin2/bootstrap/auth/logout.html:8 #: templates/djadmin2/bootstrap/auth/password_change_done.html:11 @@ -92,29 +92,29 @@ msgid "%(app_label)s administration" msgstr "" #: templates/djadmin2/bootstrap/base.html:6 -#: templates/djadmin2/bootstrap/base.html:71 +#: templates/djadmin2/bootstrap/base.html:72 #: templates/djadmin2/bootstrap/auth/login.html:15 msgid "Site administration" msgstr "" -#: templates/djadmin2/bootstrap/base.html:22 +#: templates/djadmin2/bootstrap/base.html:23 msgid "API" msgstr "" -#: templates/djadmin2/bootstrap/base.html:25 +#: templates/djadmin2/bootstrap/base.html:26 msgid "Documentation" msgstr "" -#: templates/djadmin2/bootstrap/base.html:34 +#: templates/djadmin2/bootstrap/base.html:35 #, python-format msgid "Logged in as %(user)s" msgstr "" -#: templates/djadmin2/bootstrap/base.html:40 +#: templates/djadmin2/bootstrap/base.html:41 msgid "Change password" msgstr "" -#: templates/djadmin2/bootstrap/base.html:42 +#: templates/djadmin2/bootstrap/base.html:43 #: templates/djadmin2/bootstrap/auth/logout.html:11 msgid "Log out" msgstr "" @@ -135,7 +135,8 @@ msgid "Are you sure?" msgstr "" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 -#: templates/djadmin2/bootstrap/model_update_form.html:76 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "" @@ -177,16 +178,6 @@ msgstr "" msgid "Search" msgstr "" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -252,14 +243,24 @@ msgstr "" msgid "Change my password" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:3 +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:4 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 msgid "Save and continue editing" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:5 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 msgid "Save" msgstr "" diff --git a/djadmin2/locale/de/LC_MESSAGES/django.mo b/djadmin2/locale/de/LC_MESSAGES/django.mo index fe43e88..e5b2288 100644 Binary files a/djadmin2/locale/de/LC_MESSAGES/django.mo and b/djadmin2/locale/de/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/de/LC_MESSAGES/django.po b/djadmin2/locale/de/LC_MESSAGES/django.po index 46c885a..dceeea7 100644 --- a/djadmin2/locale/de/LC_MESSAGES/django.po +++ b/djadmin2/locale/de/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-08 16:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-08 08:45+0000\n" "Last-Translator: dbrgn \n" "Language-Team: German (http://www.transifex.com/projects/p/django-admin2/" @@ -143,7 +143,7 @@ msgstr "Sind Sie sicher?" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 #: templates/djadmin2/bootstrap/model_update_form.html:51 -#: templates/djadmin2/bootstrap/model_update_form.html:103 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "Löschen" @@ -155,7 +155,8 @@ msgid "" "\n" "Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" msgstr "" -"\nSind Sie sicher, dass Sie den %(model_name)s-Eintrag \"%(object)s\" löschen " +"\n" +"Sind Sie sicher, dass Sie den %(model_name)s-Eintrag \"%(object)s\" löschen " "möchten?\n" #: templates/djadmin2/bootstrap/model_confirm_delete.html:36 @@ -191,16 +192,6 @@ msgstr "Suchbegriff" msgid "Search" msgstr "Suchen" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "%(selected)s von %(total)s ausgewählt" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "%(model_verbose_name)s hinzufügen" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -275,6 +266,16 @@ msgstr "" msgid "Change my password" msgstr "Mein Passwort ändern" +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s von %(total)s ausgewählt" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "%(model_verbose_name)s hinzufügen" + #: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "Sichern und neu hinzufügen" diff --git a/djadmin2/locale/en/LC_MESSAGES/django.mo b/djadmin2/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000..94a7ad2 Binary files /dev/null and b/djadmin2/locale/en/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/en/LC_MESSAGES/django.po b/djadmin2/locale/en/LC_MESSAGES/django.po index 9a74dff..ed84049 100644 --- a/djadmin2/locale/en/LC_MESSAGES/django.po +++ b/djadmin2/locale/en/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # This file is distributed under the same license as the django-admin2 package. # -# Translators: -# NotSqrt , 2013. msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 13:27+0200\n" "Last-Translator: NotSqrt \n" +"Language-Team: English (https://www.transifex.com/projects/p/django-admin2/language/en_US/)\n" "Language: en\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" -#: actions.py:26 +#: actions.py:29 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -23,17 +22,17 @@ msgstr "" "Items must be selected in order to perform actions on them. No items have " "been changed." -#: actions.py:147 +#: actions.py:149 msgid "Delete selected items" msgstr "Delete selected items" -#: actions.py:151 +#: actions.py:153 #, fuzzy, python-format msgctxt "singular form" msgid "Successfully deleted %(count)s %(items)s" msgstr "Successfully deleted %(count)s %(items)s" -#: actions.py:155 +#: actions.py:157 #, fuzzy, python-format msgctxt "plural form" msgid "Successfully deleted %(count)s %(items)s" @@ -41,11 +40,11 @@ msgstr "Successfully deleted %(count)s %(items)s" #: filters.py:40 msgid "Unknown" -msgstr "" +msgstr "Unknown" #: filters.py:41 msgid "Yes" -msgstr "" +msgstr "Yes" #: filters.py:42 msgid "No" @@ -53,7 +52,7 @@ msgstr "" #. Translators : %(username)s will be replaced by the username_field name #. (default : username, but could be email, or something else) -#: forms.py:240 +#: forms.py:242 #, python-format msgid "" "Please enter the correct %(username)s and password for a staff account. Note " @@ -62,25 +61,25 @@ msgstr "" "Please enter the correct %(username)s and password for a staff account. Note " "that both fields may be case-sensitive." -#: forms.py:251 +#: forms.py:253 msgid "Please log in again, because your session has expired." msgstr "Please log in again, because your session has expired." -#: views.py:200 templates/djadmin2/bootstrap/model_update_form.html:31 +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 #: templates/djadmin2/bootstrap/includes/app_model_list.html:38 msgid "Change" msgstr "Change" -#: views.py:221 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 msgid "Add" msgstr "Add" #: templates/djadmin2/bootstrap/app_index.html:6 -#: templates/djadmin2/bootstrap/base.html:55 +#: templates/djadmin2/bootstrap/base.html:56 #: templates/djadmin2/bootstrap/model_confirm_delete.html:10 #: templates/djadmin2/bootstrap/model_detail.html:11 #: templates/djadmin2/bootstrap/model_list.html:14 -#: templates/djadmin2/bootstrap/model_update_form.html:13 +#: templates/djadmin2/bootstrap/model_update_form.html:17 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 #: templates/djadmin2/bootstrap/auth/logout.html:8 #: templates/djadmin2/bootstrap/auth/password_change_done.html:11 @@ -94,29 +93,29 @@ msgid "%(app_label)s administration" msgstr "%(app_label)s administration" #: templates/djadmin2/bootstrap/base.html:6 -#: templates/djadmin2/bootstrap/base.html:71 +#: templates/djadmin2/bootstrap/base.html:72 #: templates/djadmin2/bootstrap/auth/login.html:15 msgid "Site administration" msgstr "Site administration" -#: templates/djadmin2/bootstrap/base.html:22 +#: templates/djadmin2/bootstrap/base.html:23 msgid "API" msgstr "API" -#: templates/djadmin2/bootstrap/base.html:25 +#: templates/djadmin2/bootstrap/base.html:26 msgid "Documentation" msgstr "Documentation" -#: templates/djadmin2/bootstrap/base.html:34 +#: templates/djadmin2/bootstrap/base.html:35 #, python-format msgid "Logged in as %(user)s" msgstr "Logged in as %(user)s" -#: templates/djadmin2/bootstrap/base.html:40 +#: templates/djadmin2/bootstrap/base.html:41 msgid "Change password" msgstr "Change password" -#: templates/djadmin2/bootstrap/base.html:42 +#: templates/djadmin2/bootstrap/base.html:43 #: templates/djadmin2/bootstrap/auth/logout.html:11 msgid "Log out" msgstr "Log out" @@ -137,7 +136,8 @@ msgid "Are you sure?" msgstr "Are you sure?" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 -#: templates/djadmin2/bootstrap/model_update_form.html:76 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "Delete" @@ -181,16 +181,6 @@ msgstr "Search Term" msgid "Search" msgstr "Search" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "%(selected)s of %(total)s selected" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "Add %(model_verbose_name)s" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -262,14 +252,24 @@ msgstr "" msgid "Change my password" msgstr "Change my password" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:3 +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s of %(total)s selected" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Add %(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "Save and add another" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:4 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 msgid "Save and continue editing" msgstr "Save and continue editing" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:5 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 msgid "Save" msgstr "Save" diff --git a/djadmin2/locale/es/LC_MESSAGES/django.mo b/djadmin2/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000..e620ad7 Binary files /dev/null and b/djadmin2/locale/es/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/es/LC_MESSAGES/django.po b/djadmin2/locale/es/LC_MESSAGES/django.po index 4c25165..c56a41f 100644 --- a/djadmin2/locale/es/LC_MESSAGES/django.po +++ b/djadmin2/locale/es/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 14:47+0200\n" "Last-Translator: Danilo Bargen \n" "Language-Team: https://www.transifex.com/projects/p/django-admin2/language/" @@ -17,23 +17,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: actions.py:26 +#: actions.py:29 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: actions.py:147 +#: actions.py:149 msgid "Delete selected items" msgstr "" -#: actions.py:151 +#: actions.py:153 #, python-format msgctxt "singular form" msgid "Successfully deleted %(count)s %(items)s" msgstr "" -#: actions.py:155 +#: actions.py:157 #, python-format msgctxt "plural form" msgid "Successfully deleted %(count)s %(items)s" @@ -53,32 +53,32 @@ msgstr "" #. Translators : %(username)s will be replaced by the username_field name #. (default : username, but could be email, or something else) -#: forms.py:240 +#: forms.py:242 #, python-format msgid "" "Please enter the correct %(username)s and password for a staff account. Note " "that both fields may be case-sensitive." msgstr "" -#: forms.py:251 +#: forms.py:253 msgid "Please log in again, because your session has expired." msgstr "" -#: views.py:200 templates/djadmin2/bootstrap/model_update_form.html:31 +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 #: templates/djadmin2/bootstrap/includes/app_model_list.html:38 msgid "Change" msgstr "" -#: views.py:221 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 msgid "Add" msgstr "" #: templates/djadmin2/bootstrap/app_index.html:6 -#: templates/djadmin2/bootstrap/base.html:55 +#: templates/djadmin2/bootstrap/base.html:56 #: templates/djadmin2/bootstrap/model_confirm_delete.html:10 #: templates/djadmin2/bootstrap/model_detail.html:11 #: templates/djadmin2/bootstrap/model_list.html:14 -#: templates/djadmin2/bootstrap/model_update_form.html:13 +#: templates/djadmin2/bootstrap/model_update_form.html:17 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 #: templates/djadmin2/bootstrap/auth/logout.html:8 #: templates/djadmin2/bootstrap/auth/password_change_done.html:11 @@ -92,29 +92,29 @@ msgid "%(app_label)s administration" msgstr "" #: templates/djadmin2/bootstrap/base.html:6 -#: templates/djadmin2/bootstrap/base.html:71 +#: templates/djadmin2/bootstrap/base.html:72 #: templates/djadmin2/bootstrap/auth/login.html:15 msgid "Site administration" msgstr "" -#: templates/djadmin2/bootstrap/base.html:22 +#: templates/djadmin2/bootstrap/base.html:23 msgid "API" msgstr "" -#: templates/djadmin2/bootstrap/base.html:25 +#: templates/djadmin2/bootstrap/base.html:26 msgid "Documentation" msgstr "" -#: templates/djadmin2/bootstrap/base.html:34 +#: templates/djadmin2/bootstrap/base.html:35 #, python-format msgid "Logged in as %(user)s" msgstr "" -#: templates/djadmin2/bootstrap/base.html:40 +#: templates/djadmin2/bootstrap/base.html:41 msgid "Change password" msgstr "" -#: templates/djadmin2/bootstrap/base.html:42 +#: templates/djadmin2/bootstrap/base.html:43 #: templates/djadmin2/bootstrap/auth/logout.html:11 msgid "Log out" msgstr "" @@ -135,7 +135,8 @@ msgid "Are you sure?" msgstr "" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 -#: templates/djadmin2/bootstrap/model_update_form.html:76 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "" @@ -177,16 +178,6 @@ msgstr "" msgid "Search" msgstr "" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -252,14 +243,24 @@ msgstr "" msgid "Change my password" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:3 +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:4 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 msgid "Save and continue editing" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:5 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 msgid "Save" msgstr "" diff --git a/djadmin2/locale/fr/LC_MESSAGES/django.mo b/djadmin2/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000..db3c211 Binary files /dev/null and b/djadmin2/locale/fr/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/fr/LC_MESSAGES/django.po b/djadmin2/locale/fr/LC_MESSAGES/django.po index c56145c..79357eb 100644 --- a/djadmin2/locale/fr/LC_MESSAGES/django.po +++ b/djadmin2/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 13:27+0200\n" "Last-Translator: NotSqrt \n" "Language-Team: https://www.transifex.com/projects/p/django-admin2/language/" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -#: actions.py:26 +#: actions.py:29 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." @@ -25,17 +25,17 @@ msgstr "" "Des éléments doivent être sélectionnés afin d'appliquer les actions. Aucun " "élément n'a été modifié." -#: actions.py:147 +#: actions.py:149 msgid "Delete selected items" msgstr "Supprimer les objets sélectionnés" -#: actions.py:151 +#: actions.py:153 #, python-format msgctxt "singular form" msgid "Successfully deleted %(count)s %(items)s" msgstr "%(count)s %(items)s a été supprimé avec succès." -#: actions.py:155 +#: actions.py:157 #, python-format msgctxt "plural form" msgid "Successfully deleted %(count)s %(items)s" @@ -55,7 +55,7 @@ msgstr "Non" #. Translators : %(username)s will be replaced by the username_field name #. (default : username, but could be email, or something else) -#: forms.py:240 +#: forms.py:242 #, python-format msgid "" "Please enter the correct %(username)s and password for a staff account. Note " @@ -65,25 +65,25 @@ msgstr "" "passe » d'un compte autorisé. Sachez que les deux champs peuvent être " "sensibles à la casse." -#: forms.py:251 +#: forms.py:253 msgid "Please log in again, because your session has expired." msgstr "Reconnectez-vous car votre session a expiré." -#: views.py:200 templates/djadmin2/bootstrap/model_update_form.html:31 +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 #: templates/djadmin2/bootstrap/includes/app_model_list.html:38 msgid "Change" msgstr "Modifier" -#: views.py:221 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 msgid "Add" msgstr "Ajouter" #: templates/djadmin2/bootstrap/app_index.html:6 -#: templates/djadmin2/bootstrap/base.html:55 +#: templates/djadmin2/bootstrap/base.html:56 #: templates/djadmin2/bootstrap/model_confirm_delete.html:10 #: templates/djadmin2/bootstrap/model_detail.html:11 #: templates/djadmin2/bootstrap/model_list.html:14 -#: templates/djadmin2/bootstrap/model_update_form.html:13 +#: templates/djadmin2/bootstrap/model_update_form.html:17 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 #: templates/djadmin2/bootstrap/auth/logout.html:8 #: templates/djadmin2/bootstrap/auth/password_change_done.html:11 @@ -97,29 +97,29 @@ msgid "%(app_label)s administration" msgstr "Administration de %(app_label)s" #: templates/djadmin2/bootstrap/base.html:6 -#: templates/djadmin2/bootstrap/base.html:71 +#: templates/djadmin2/bootstrap/base.html:72 #: templates/djadmin2/bootstrap/auth/login.html:15 msgid "Site administration" msgstr "Administration du site" -#: templates/djadmin2/bootstrap/base.html:22 +#: templates/djadmin2/bootstrap/base.html:23 msgid "API" msgstr "API" -#: templates/djadmin2/bootstrap/base.html:25 +#: templates/djadmin2/bootstrap/base.html:26 msgid "Documentation" msgstr "Documentation" -#: templates/djadmin2/bootstrap/base.html:34 +#: templates/djadmin2/bootstrap/base.html:35 #, python-format msgid "Logged in as %(user)s" msgstr "Connecté en tant que %(user)s" -#: templates/djadmin2/bootstrap/base.html:40 +#: templates/djadmin2/bootstrap/base.html:41 msgid "Change password" msgstr "Modifier votre mot de passe" -#: templates/djadmin2/bootstrap/base.html:42 +#: templates/djadmin2/bootstrap/base.html:43 #: templates/djadmin2/bootstrap/auth/logout.html:11 msgid "Log out" msgstr "Déconnexion" @@ -140,7 +140,8 @@ msgid "Are you sure?" msgstr "Êtes-vous sûr ?" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 -#: templates/djadmin2/bootstrap/model_update_form.html:76 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "Supprimer" @@ -188,16 +189,6 @@ msgstr "Terme à rechercher" msgid "Search" msgstr "Recherche" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "%(selected)s sur %(total)s sélectionnés" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "Ajouter %(model_verbose_name)s" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -272,14 +263,24 @@ msgstr "" msgid "Change my password" msgstr "Modifier mon mot de passe" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:3 +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s sur %(total)s sélectionnés" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Ajouter %(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "Enregistrer et ajouter un nouveau" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:4 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 msgid "Save and continue editing" msgstr "Enregistrer et continuer les modifications" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:5 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 msgid "Save" msgstr "Enregistrer" diff --git a/djadmin2/locale/it/LC_MESSAGES/django.mo b/djadmin2/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000..aa20ae7 Binary files /dev/null and b/djadmin2/locale/it/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/it/LC_MESSAGES/django.po b/djadmin2/locale/it/LC_MESSAGES/django.po index 35452e9..9163b04 100644 --- a/djadmin2/locale/it/LC_MESSAGES/django.po +++ b/djadmin2/locale/it/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 14:47+0200\n" "Last-Translator: Margherita Zamponi \n" "Language-Team: https://www.transifex.com/projects/p/django-admin2/language/" @@ -17,23 +17,23 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: actions.py:26 +#: actions.py:29 msgid "" "Items must be selected in order to perform actions on them. No items have " "been changed." msgstr "" -#: actions.py:147 +#: actions.py:149 msgid "Delete selected items" msgstr "" -#: actions.py:151 +#: actions.py:153 #, python-format msgctxt "singular form" msgid "Successfully deleted %(count)s %(items)s" msgstr "" -#: actions.py:155 +#: actions.py:157 #, python-format msgctxt "plural form" msgid "Successfully deleted %(count)s %(items)s" @@ -53,32 +53,32 @@ msgstr "" #. Translators : %(username)s will be replaced by the username_field name #. (default : username, but could be email, or something else) -#: forms.py:240 +#: forms.py:242 #, python-format msgid "" "Please enter the correct %(username)s and password for a staff account. Note " "that both fields may be case-sensitive." msgstr "" -#: forms.py:251 +#: forms.py:253 msgid "Please log in again, because your session has expired." msgstr "" -#: views.py:200 templates/djadmin2/bootstrap/model_update_form.html:31 +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 #: templates/djadmin2/bootstrap/includes/app_model_list.html:38 msgid "Change" msgstr "" -#: views.py:221 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 msgid "Add" msgstr "" #: templates/djadmin2/bootstrap/app_index.html:6 -#: templates/djadmin2/bootstrap/base.html:55 +#: templates/djadmin2/bootstrap/base.html:56 #: templates/djadmin2/bootstrap/model_confirm_delete.html:10 #: templates/djadmin2/bootstrap/model_detail.html:11 #: templates/djadmin2/bootstrap/model_list.html:14 -#: templates/djadmin2/bootstrap/model_update_form.html:13 +#: templates/djadmin2/bootstrap/model_update_form.html:17 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 #: templates/djadmin2/bootstrap/auth/logout.html:8 #: templates/djadmin2/bootstrap/auth/password_change_done.html:11 @@ -92,29 +92,29 @@ msgid "%(app_label)s administration" msgstr "" #: templates/djadmin2/bootstrap/base.html:6 -#: templates/djadmin2/bootstrap/base.html:71 +#: templates/djadmin2/bootstrap/base.html:72 #: templates/djadmin2/bootstrap/auth/login.html:15 msgid "Site administration" msgstr "" -#: templates/djadmin2/bootstrap/base.html:22 +#: templates/djadmin2/bootstrap/base.html:23 msgid "API" msgstr "" -#: templates/djadmin2/bootstrap/base.html:25 +#: templates/djadmin2/bootstrap/base.html:26 msgid "Documentation" msgstr "" -#: templates/djadmin2/bootstrap/base.html:34 +#: templates/djadmin2/bootstrap/base.html:35 #, python-format msgid "Logged in as %(user)s" msgstr "" -#: templates/djadmin2/bootstrap/base.html:40 +#: templates/djadmin2/bootstrap/base.html:41 msgid "Change password" msgstr "" -#: templates/djadmin2/bootstrap/base.html:42 +#: templates/djadmin2/bootstrap/base.html:43 #: templates/djadmin2/bootstrap/auth/logout.html:11 msgid "Log out" msgstr "" @@ -135,7 +135,8 @@ msgid "Are you sure?" msgstr "" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 -#: templates/djadmin2/bootstrap/model_update_form.html:76 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "" @@ -177,16 +178,6 @@ msgstr "" msgid "Search" msgstr "" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -252,14 +243,24 @@ msgstr "" msgid "Change my password" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:3 +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:4 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 msgid "Save and continue editing" msgstr "" -#: templates/djadmin2/bootstrap/includes/action_buttons.html:5 +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 msgid "Save" msgstr "" diff --git a/djadmin2/locale/nl/LC_MESSAGES/django.mo b/djadmin2/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000..4dbbe4b Binary files /dev/null and b/djadmin2/locale/nl/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/nl/LC_MESSAGES/django.po b/djadmin2/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..181f9ff --- /dev/null +++ b/djadmin2/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,288 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Translators: +# Density21.5 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 10:54+0000\n" +"Last-Translator: Density21.5 \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django-admin2/" +"language/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:29 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Om acties uit kunnen voeren moeten er onderdelen geselecteerd zijn. Er zijn " +"geen onderdelen gewijzigd." + +#: actions.py:149 +msgid "Delete selected items" +msgstr "Verwijder geselecteerde onderdelen" + +#: actions.py:153 +#, python-format +msgctxt "singular form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "%(count)s %(items)s succesvol verwijderd" + +#: actions.py:157 +#, python-format +msgctxt "plural form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "%(count)s %(items)s succesvol verwijderd" + +#: filters.py:40 +msgid "Unknown" +msgstr "Onbekend" + +#: filters.py:41 +msgid "Yes" +msgstr "Ja" + +#: filters.py:42 +msgid "No" +msgstr "Nee" + +#. Translators : %(username)s will be replaced by the username_field name +#. (default : username, but could be email, or something else) +#: forms.py:242 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Voer alstublieft een correcte %(username)s en wachtwoord combinatie met " +"beheer privileges in. Let er op dat beide velden hoofdletter-gevoelig zijn." + +#: forms.py:253 +msgid "Please log in again, because your session has expired." +msgstr "Uw sessie is verlopen, logt u alstublieft opnieuw in." + +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 +#: templates/djadmin2/bootstrap/includes/app_model_list.html:38 +msgid "Change" +msgstr "Wijzigen" + +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +msgid "Add" +msgstr "Toevoegen" + +#: templates/djadmin2/bootstrap/app_index.html:6 +#: templates/djadmin2/bootstrap/base.html:56 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:10 +#: templates/djadmin2/bootstrap/model_detail.html:11 +#: templates/djadmin2/bootstrap/model_list.html:14 +#: templates/djadmin2/bootstrap/model_update_form.html:17 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 +#: templates/djadmin2/bootstrap/auth/logout.html:8 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:11 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:10 +msgid "Home" +msgstr "Home" + +#: templates/djadmin2/bootstrap/app_index.html:12 +#, python-format +msgid "%(app_label)s administration" +msgstr "%(app_label)s beheer" + +#: templates/djadmin2/bootstrap/base.html:6 +#: templates/djadmin2/bootstrap/base.html:72 +#: templates/djadmin2/bootstrap/auth/login.html:15 +msgid "Site administration" +msgstr "Site beheer" + +#: templates/djadmin2/bootstrap/base.html:23 +msgid "API" +msgstr "API" + +#: templates/djadmin2/bootstrap/base.html:26 +msgid "Documentation" +msgstr "Documentatie" + +#: templates/djadmin2/bootstrap/base.html:35 +#, python-format +msgid "Logged in as %(user)s" +msgstr "Ingelogd als %(user)s" + +#: templates/djadmin2/bootstrap/base.html:41 +msgid "Change password" +msgstr "Wijzig wachtwoord" + +#: templates/djadmin2/bootstrap/base.html:43 +#: templates/djadmin2/bootstrap/auth/logout.html:11 +msgid "Log out" +msgstr "Uitloggen" + +#: templates/djadmin2/bootstrap/index.html:13 +msgid "Recent Actions" +msgstr "Recente acties" + +#: templates/djadmin2/bootstrap/index.html:14 +msgid "My Actions" +msgstr "Mijn acties" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:4 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:6 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:4 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:6 +msgid "Are you sure?" +msgstr "Weet u het zeker?" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:25 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 +msgid "Delete" +msgstr "Verwijderen" + +#. Translators : this is singular, example : delete the post "My Title" +#: templates/djadmin2/bootstrap/model_confirm_delete.html:32 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" +msgstr "" +"\n" +"Weet u zeker dat u %(model_name)s \"%(object)s\" wilt verwijderen?\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:36 +msgid "" +"\n" +"The following item will be deleted:\n" +msgid_plural "" +"\n" +"All of the following items will be deleted:\n" +msgstr[0] "" +"\n" +"Het volgende onderdeel zal verwijderd worden:\n" +msgstr[1] "" +"\n" +"De volgende onderdelen zullen verwijderd worden:\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:50 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Ja, Ik weet het zeker" + +#: templates/djadmin2/bootstrap/model_list.html:4 +#: templates/djadmin2/bootstrap/model_list.html:6 +#, python-format +msgid "Select %(model_name)s to change" +msgstr "Selecteer te wijzigen %(model_name)s" + +#: templates/djadmin2/bootstrap/model_list.html:31 +msgid "Search Term" +msgstr "Zoekterm" + +#: templates/djadmin2/bootstrap/model_list.html:32 +msgid "Search" +msgstr "Zoek" + +#. Translators : examples : Add post, Change object +#: templates/djadmin2/bootstrap/model_update_form.html:6 +#: templates/djadmin2/bootstrap/model_update_form.html:9 +#, python-format +msgid "%(action_name)s %(model_name)s" +msgstr "%(model_name)s %(action_name)s" + +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:27 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"item will be deleted:\n" +msgid_plural "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"items will be deleted:\n" +msgstr[0] "" +"\n" +"Weet u zeker dat u geselecteerd \"%(objects_name)s\" wilt verwijderen? De " +"volgende onderdelen zullen allemaal verwijderd worden:\n" +msgstr[1] "" +"\n" +"Weet u zeker dat u geselecteerde \"%(objects_name)s\" wilt verwijderen? De " +"volgende onderdelen zullen allemaal verwijderd worden:\n" + +#: templates/djadmin2/bootstrap/auth/login.html:15 +#: templates/djadmin2/bootstrap/auth/login.html:52 +msgid "Log in" +msgstr "Inloggen" + +#: templates/djadmin2/bootstrap/auth/login.html:27 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:24 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Corrigeert u alstublieft de onderstaande fout." +msgstr[1] "Corrigeert u alstublieft de onderstaande fouten" + +#: templates/djadmin2/bootstrap/auth/logout.html:17 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "" +"Hartelijk dank voor het doorbrengen van enige momenten van uw waardevolle " +"tijd met de website." + +#: templates/djadmin2/bootstrap/auth/logout.html:18 +msgid "Log in again" +msgstr "Opnieuw inloggen" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:7 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:14 +msgid "Password change successful" +msgstr "Wachtwoord succesvol gewijzigd" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:20 +msgid "Your password was changed." +msgstr "Uw wachtwoord is gewijzigd" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:13 +msgid "Password change" +msgstr "Wachtwoord wijzigen" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:20 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Voert u alstublieft, om veiligheidsredenen, uw oude wachtwoord in en voer " +"vervolgens uw nieuwe wachtwoord tweemaal in om te verifiëren dat u het " +"wachtwoord correct intypt." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:31 +msgid "Change my password" +msgstr "Wijzig mijn wachtwoord" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s van %(total)s geselecteerd" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Voeg %(model_verbose_name)s toe" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 +msgid "Save and add another" +msgstr "Opslaan en een nieuwe toevoegen" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 +msgid "Save and continue editing" +msgstr "Opslaan en doorgaan met wijzigen" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 +msgid "Save" +msgstr "Opslaan" diff --git a/djadmin2/locale/pl_PL/LC_MESSAGES/django.mo b/djadmin2/locale/pl_PL/LC_MESSAGES/django.mo new file mode 100644 index 0000000..829acf5 Binary files /dev/null and b/djadmin2/locale/pl_PL/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/pl_PL/LC_MESSAGES/django.po b/djadmin2/locale/pl_PL/LC_MESSAGES/django.po new file mode 100644 index 0000000..5dd3bdb --- /dev/null +++ b/djadmin2/locale/pl_PL/LC_MESSAGES/django.po @@ -0,0 +1,297 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Translators: +# dasm , 2013 +# Marcin Jabrzyk , 2013 +# Marcin Jabrzyk , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 17:49+0000\n" +"Last-Translator: dasm \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/django-" +"admin2/language/pl_PL/)\n" +"Language: pl_PL\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%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: actions.py:29 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Wykonanie akcji wymaga wybrania elementów. Żaden element nie został " +"zmieniony." + +#: actions.py:149 +msgid "Delete selected items" +msgstr "Usuń wybrane obiekty" + +#: actions.py:153 +#, python-format +msgctxt "singular form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "Pomyślnie usunięto %(count)s %(items)s" + +#: actions.py:157 +#, python-format +msgctxt "plural form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "Pomyślnie usunięto %(count)s %(items)s" + +#: filters.py:40 +msgid "Unknown" +msgstr "Nieznany" + +#: filters.py:41 +msgid "Yes" +msgstr "Tak" + +#: filters.py:42 +msgid "No" +msgstr "Nie" + +#. Translators : %(username)s will be replaced by the username_field name +#. (default : username, but could be email, or something else) +#: forms.py:242 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Proszę wprowadzić poprawne %(username)s i hasło do konta administratora. " +"Należy pamiętać, że oba pola mogą rozróżniać wielkość wprowadzonych znaków." + +#: forms.py:253 +msgid "Please log in again, because your session has expired." +msgstr "Proszę zalogować się ponownie, ponieważ twoja sesja wygasła." + +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 +#: templates/djadmin2/bootstrap/includes/app_model_list.html:38 +msgid "Change" +msgstr "Zmień" + +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +msgid "Add" +msgstr "Dodaj" + +#: templates/djadmin2/bootstrap/app_index.html:6 +#: templates/djadmin2/bootstrap/base.html:56 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:10 +#: templates/djadmin2/bootstrap/model_detail.html:11 +#: templates/djadmin2/bootstrap/model_list.html:14 +#: templates/djadmin2/bootstrap/model_update_form.html:17 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 +#: templates/djadmin2/bootstrap/auth/logout.html:8 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:11 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:10 +msgid "Home" +msgstr "Początek" + +#: templates/djadmin2/bootstrap/app_index.html:12 +#, python-format +msgid "%(app_label)s administration" +msgstr "%(app_label)s - administracja" + +#: templates/djadmin2/bootstrap/base.html:6 +#: templates/djadmin2/bootstrap/base.html:72 +#: templates/djadmin2/bootstrap/auth/login.html:15 +msgid "Site administration" +msgstr "Administracja stroną" + +#: templates/djadmin2/bootstrap/base.html:23 +msgid "API" +msgstr "API" + +#: templates/djadmin2/bootstrap/base.html:26 +msgid "Documentation" +msgstr "Dokumentacja" + +#: templates/djadmin2/bootstrap/base.html:35 +#, python-format +msgid "Logged in as %(user)s" +msgstr "Zalogowano jako %(user)s" + +#: templates/djadmin2/bootstrap/base.html:41 +msgid "Change password" +msgstr "Zmień hasło" + +#: templates/djadmin2/bootstrap/base.html:43 +#: templates/djadmin2/bootstrap/auth/logout.html:11 +msgid "Log out" +msgstr "Wyloguj się" + +#: templates/djadmin2/bootstrap/index.html:13 +msgid "Recent Actions" +msgstr "Ostatnie akcje" + +#: templates/djadmin2/bootstrap/index.html:14 +msgid "My Actions" +msgstr "Moje akcje" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:4 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:6 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:4 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:6 +msgid "Are you sure?" +msgstr "Jesteś pewien?" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:25 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 +msgid "Delete" +msgstr "Usuń" + +#. Translators : this is singular, example : delete the post "My Title" +#: templates/djadmin2/bootstrap/model_confirm_delete.html:32 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" +msgstr "" +"\n" +"Czy chcesz skasować %(model_name)s \"%(object)s\"?\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:36 +msgid "" +"\n" +"The following item will be deleted:\n" +msgid_plural "" +"\n" +"All of the following items will be deleted:\n" +msgstr[0] "" +"\n" +"Następujące element zostanie skasowany:\n" +msgstr[1] "" +"\n" +"Następujące elementy zostaną skasowane:\n" +msgstr[2] "" +"\n" +"Następujące elementy zostaną skasowane:\n" +"\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:50 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Tak, na pewno" + +#: templates/djadmin2/bootstrap/model_list.html:4 +#: templates/djadmin2/bootstrap/model_list.html:6 +#, python-format +msgid "Select %(model_name)s to change" +msgstr "Wybierz %(model_name)s aby zmienić" + +#: templates/djadmin2/bootstrap/model_list.html:31 +msgid "Search Term" +msgstr "Poszukiwane wyrażenie" + +#: templates/djadmin2/bootstrap/model_list.html:32 +msgid "Search" +msgstr "Szukaj" + +#. Translators : examples : Add post, Change object +#: templates/djadmin2/bootstrap/model_update_form.html:6 +#: templates/djadmin2/bootstrap/model_update_form.html:9 +#, python-format +msgid "%(action_name)s %(model_name)s" +msgstr "%(action_name)s %(model_name)s" + +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:27 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"item will be deleted:\n" +msgid_plural "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"items will be deleted:\n" +msgstr[0] "" +"\n" +"Czy chcesz skasować wybrany %(objects_name)s? Następujący obiekt zostanie " +"usunięty:\n" +msgstr[1] "" +"\n" +"Czy chcesz skasować wybrane %(objects_name)s? Następujące obiekty zostaną " +"usunięte:\n" +msgstr[2] "" +"\n" +"Czy chcesz skasować wybrane %(objects_name)s? Następujące elementy zostaną " +"usunięte:\n" + +#: templates/djadmin2/bootstrap/auth/login.html:15 +#: templates/djadmin2/bootstrap/auth/login.html:52 +msgid "Log in" +msgstr "Zaloguj się" + +#: templates/djadmin2/bootstrap/auth/login.html:27 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:24 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Proszę, popraw poniższy błąd." +msgstr[1] "Proszę, popraw poniższe błędy." +msgstr[2] "Proszę popraw poniższe błędy." + +#: templates/djadmin2/bootstrap/auth/logout.html:17 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Dziękujemy za czas spędzony na tej stronie." + +#: templates/djadmin2/bootstrap/auth/logout.html:18 +msgid "Log in again" +msgstr "Zaloguj się ponownie" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:7 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:14 +msgid "Password change successful" +msgstr "Hasło zostało pomyślnie zmienione" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:20 +msgid "Your password was changed." +msgstr "Twoje hasło zostało zmienione." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:13 +msgid "Password change" +msgstr "Zmiana hasła" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:20 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"W celach bezpieczeństwa podaj swoje stare hasło oraz wprowadź dwukrotnie " +"nowe hasło, by można było zweryfikować jego poprawność." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:31 +msgid "Change my password" +msgstr "Zmień moje hasło" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s z %(total)s wybranych" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Dodaj %(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 +msgid "Save and add another" +msgstr "Zapisz i dodaj nowe" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 +msgid "Save and continue editing" +msgstr "Zapisz i kontynuuj edycję" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 +msgid "Save" +msgstr "Zapisz" diff --git a/djadmin2/locale/pt_BR/LC_MESSAGES/django.mo b/djadmin2/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000..5dbd4da Binary files /dev/null and b/djadmin2/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/pt_BR/LC_MESSAGES/django.po b/djadmin2/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..97dfdb4 --- /dev/null +++ b/djadmin2/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,287 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Translators: +# andrewsmedina , 2013 +# Douglas Miranda , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 05:03+0000\n" +"Last-Translator: Douglas Miranda \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"django-admin2/language/pt_BR/)\n" +"Language: pt_BR\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" + +#: actions.py:29 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Os itens devem ser selecionados, a fim de executar ações sobre eles. Não há " +"itens que foram alterados." + +#: actions.py:149 +msgid "Delete selected items" +msgstr "Remover itens selecionados" + +#: actions.py:153 +#, python-format +msgctxt "singular form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "%(count)s %(items)s removidos com sucesso" + +#: actions.py:157 +#, python-format +msgctxt "plural form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "%(count)s %(items)s removidos com sucesso" + +#: filters.py:40 +msgid "Unknown" +msgstr "Desconhecido" + +#: filters.py:41 +msgid "Yes" +msgstr "Sim" + +#: filters.py:42 +msgid "No" +msgstr "Não" + +#. Translators : %(username)s will be replaced by the username_field name +#. (default : username, but could be email, or something else) +#: forms.py:242 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "" +"Por favor digite o %(username)s e senha corretos para uma conta pessoal. " +"Note-se que ambos os campos podem diferenciar maiúsculas de minúsculas." + +#: forms.py:253 +msgid "Please log in again, because your session has expired." +msgstr "Por favor autentique-se novamente, porque sua sessão expirou." + +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 +#: templates/djadmin2/bootstrap/includes/app_model_list.html:38 +msgid "Change" +msgstr "Alterar" + +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +msgid "Add" +msgstr "Adicionar" + +#: templates/djadmin2/bootstrap/app_index.html:6 +#: templates/djadmin2/bootstrap/base.html:56 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:10 +#: templates/djadmin2/bootstrap/model_detail.html:11 +#: templates/djadmin2/bootstrap/model_list.html:14 +#: templates/djadmin2/bootstrap/model_update_form.html:17 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 +#: templates/djadmin2/bootstrap/auth/logout.html:8 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:11 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:10 +msgid "Home" +msgstr "Página inicial" + +#: templates/djadmin2/bootstrap/app_index.html:12 +#, python-format +msgid "%(app_label)s administration" +msgstr "%(app_label)s administração" + +#: templates/djadmin2/bootstrap/base.html:6 +#: templates/djadmin2/bootstrap/base.html:72 +#: templates/djadmin2/bootstrap/auth/login.html:15 +msgid "Site administration" +msgstr "Administração" + +#: templates/djadmin2/bootstrap/base.html:23 +msgid "API" +msgstr "API" + +#: templates/djadmin2/bootstrap/base.html:26 +msgid "Documentation" +msgstr "Documentação" + +#: templates/djadmin2/bootstrap/base.html:35 +#, python-format +msgid "Logged in as %(user)s" +msgstr "Autenticado como %(user)s" + +#: templates/djadmin2/bootstrap/base.html:41 +msgid "Change password" +msgstr "Alterar senha" + +#: templates/djadmin2/bootstrap/base.html:43 +#: templates/djadmin2/bootstrap/auth/logout.html:11 +msgid "Log out" +msgstr "Sair" + +#: templates/djadmin2/bootstrap/index.html:13 +msgid "Recent Actions" +msgstr "Ações Recentes" + +#: templates/djadmin2/bootstrap/index.html:14 +msgid "My Actions" +msgstr "Minhas Ações" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:4 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:6 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:4 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:6 +msgid "Are you sure?" +msgstr "Você está certo?" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:25 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 +msgid "Delete" +msgstr "Remover" + +#. Translators : this is singular, example : delete the post "My Title" +#: templates/djadmin2/bootstrap/model_confirm_delete.html:32 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" +msgstr "" +"\n" +"Você está certo em querer remover os %(model_name)s \"%(object)s\"?\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:36 +msgid "" +"\n" +"The following item will be deleted:\n" +msgid_plural "" +"\n" +"All of the following items will be deleted:\n" +msgstr[0] "" +"\n" +"O item seguinte será removido:\n" +msgstr[1] "" +"\n" +"Todos os itens seguintes serão removidos:\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:50 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "Sim, eu estou certo" + +#: templates/djadmin2/bootstrap/model_list.html:4 +#: templates/djadmin2/bootstrap/model_list.html:6 +#, python-format +msgid "Select %(model_name)s to change" +msgstr "Selecione %(model_name)s para alterar" + +#: templates/djadmin2/bootstrap/model_list.html:31 +msgid "Search Term" +msgstr "Buscar Termo" + +#: templates/djadmin2/bootstrap/model_list.html:32 +msgid "Search" +msgstr "Buscar" + +#. Translators : examples : Add post, Change object +#: templates/djadmin2/bootstrap/model_update_form.html:6 +#: templates/djadmin2/bootstrap/model_update_form.html:9 +#, python-format +msgid "%(action_name)s %(model_name)s" +msgstr "%(action_name)s %(model_name)s" + +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:27 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"item will be deleted:\n" +msgid_plural "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"items will be deleted:\n" +msgstr[0] "" +"\n" +"Você está certo em querer remover o %(objects_name)s selecionado? Todos os " +"itens seguintes serão removidos:\n" +msgstr[1] "" +"\n" +"Você está certo em querer remover os %(objects_name)s selecionados? Todo os " +"itens seguintes serão removidos:\n" + +#: templates/djadmin2/bootstrap/auth/login.html:15 +#: templates/djadmin2/bootstrap/auth/login.html:52 +msgid "Log in" +msgstr "Autentique-se" + +#: templates/djadmin2/bootstrap/auth/login.html:27 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:24 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Por favor corrija o erro abaixo." +msgstr[1] "Por favor, corrija os erros abaixo." + +#: templates/djadmin2/bootstrap/auth/logout.html:17 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "Obrigado por passar algum tempo com o site hoje." + +#: templates/djadmin2/bootstrap/auth/logout.html:18 +msgid "Log in again" +msgstr "Autentique-se novamente" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:7 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:14 +msgid "Password change successful" +msgstr "Senha alterada com sucesso" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:20 +msgid "Your password was changed." +msgstr "Sua senha foi alterada." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:13 +msgid "Password change" +msgstr "Alterar senha" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:20 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"Por favor, digite sua senha antiga, por questões de segurança, e, em " +"seguida, digite a nova senha duas vezes, para que possamos verificar se você " +"digitou corretamente." + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:31 +msgid "Change my password" +msgstr "Alterar minha senha" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "%(selected)s de %(total)s selecionados" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Adicionar %(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 +msgid "Save and add another" +msgstr "Salvar e adicionar outro" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 +msgid "Save and continue editing" +msgstr "Salvar e continuar editando" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 +msgid "Save" +msgstr "Salvar" diff --git a/djadmin2/locale/sk/LC_MESSAGES/django.mo b/djadmin2/locale/sk/LC_MESSAGES/django.mo index a740b23..179d9fb 100644 Binary files a/djadmin2/locale/sk/LC_MESSAGES/django.mo and b/djadmin2/locale/sk/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/sk/LC_MESSAGES/django.po b/djadmin2/locale/sk/LC_MESSAGES/django.po index d58e045..e58c84d 100644 --- a/djadmin2/locale/sk/LC_MESSAGES/django.po +++ b/djadmin2/locale/sk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-08 16:07+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-07 18:39+0000\n" "Last-Translator: marekzelinka \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/django-admin2/" @@ -141,7 +141,7 @@ msgstr "Určite?" #: templates/djadmin2/bootstrap/model_confirm_delete.html:25 #: templates/djadmin2/bootstrap/model_update_form.html:51 -#: templates/djadmin2/bootstrap/model_update_form.html:103 +#: templates/djadmin2/bootstrap/model_update_form.html:118 #: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 msgid "Delete" msgstr "Odstrániť" @@ -192,16 +192,6 @@ msgstr "Vyhľadávaný výraz" msgid "Search" msgstr "Hľadať" -#: templates/djadmin2/bootstrap/model_list.html:59 -#, python-format -msgid "%(selected)s of %(total)s selected" -msgstr "Vybraných %(selected)s z %(total)s" - -#: templates/djadmin2/bootstrap/model_list.html:63 -#, python-format -msgid "Add %(model_verbose_name)s" -msgstr "Pridať %(model_verbose_name)s" - #. Translators : examples : Add post, Change object #: templates/djadmin2/bootstrap/model_update_form.html:6 #: templates/djadmin2/bootstrap/model_update_form.html:9 @@ -280,6 +270,16 @@ msgstr "" msgid "Change my password" msgstr "Zmeniť moje heslo" +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "Vybraných %(selected)s z %(total)s" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "Pridať %(model_verbose_name)s" + #: templates/djadmin2/bootstrap/includes/save_buttons.html:3 msgid "Save and add another" msgstr "Uložiť a pridať ďalšie" diff --git a/djadmin2/locale/zh/LC_MESSAGES/django.mo b/djadmin2/locale/zh/LC_MESSAGES/django.mo new file mode 100644 index 0000000..46072c5 Binary files /dev/null and b/djadmin2/locale/zh/LC_MESSAGES/django.mo differ diff --git a/djadmin2/locale/zh/LC_MESSAGES/django.po b/djadmin2/locale/zh/LC_MESSAGES/django.po new file mode 100644 index 0000000..a0851fe --- /dev/null +++ b/djadmin2/locale/zh/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Translators: +# EricHo , 2013 +# introom , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 07:10+0000\n" +"Last-Translator: introom \n" +"Language-Team: Chinese (http://www.transifex.com/projects/p/django-admin2/" +"language/zh/)\n" +"Language: zh\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" + +#: actions.py:29 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "请选择项目以进行后续操作。当前没有修改的项目。" + +#: actions.py:149 +msgid "Delete selected items" +msgstr "删除所选择的项目" + +#: actions.py:153 +#, python-format +msgctxt "singular form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "已成功地刪除%(count)s %(items)s " + +#: actions.py:157 +#, python-format +msgctxt "plural form" +msgid "Successfully deleted %(count)s %(items)s" +msgstr "已成功地刪除%(count)s %(items)s " + +#: filters.py:40 +msgid "Unknown" +msgstr "未知" + +#: filters.py:41 +msgid "Yes" +msgstr "是" + +#: filters.py:42 +msgid "No" +msgstr "否" + +#. Translators : %(username)s will be replaced by the username_field name +#. (default : username, but could be email, or something else) +#: forms.py:242 +#, python-format +msgid "" +"Please enter the correct %(username)s and password for a staff account. Note " +"that both fields may be case-sensitive." +msgstr "请输入正确的%(username)s和密码。注意大小写。" + +#: forms.py:253 +msgid "Please log in again, because your session has expired." +msgstr "由于您的会话已经过期,请重新登录。" + +#: views.py:228 templates/djadmin2/bootstrap/model_update_form.html:35 +#: templates/djadmin2/bootstrap/includes/app_model_list.html:38 +msgid "Change" +msgstr "修改" + +#: views.py:249 templates/djadmin2/bootstrap/includes/app_model_list.html:30 +msgid "Add" +msgstr "增加" + +#: templates/djadmin2/bootstrap/app_index.html:6 +#: templates/djadmin2/bootstrap/base.html:56 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:10 +#: templates/djadmin2/bootstrap/model_detail.html:11 +#: templates/djadmin2/bootstrap/model_list.html:14 +#: templates/djadmin2/bootstrap/model_update_form.html:17 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:10 +#: templates/djadmin2/bootstrap/auth/logout.html:8 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:11 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:10 +msgid "Home" +msgstr "首页" + +#: templates/djadmin2/bootstrap/app_index.html:12 +#, python-format +msgid "%(app_label)s administration" +msgstr "%(app_label)s 管理" + +#: templates/djadmin2/bootstrap/base.html:6 +#: templates/djadmin2/bootstrap/base.html:72 +#: templates/djadmin2/bootstrap/auth/login.html:15 +msgid "Site administration" +msgstr "站点管理" + +#: templates/djadmin2/bootstrap/base.html:23 +msgid "API" +msgstr "API" + +#: templates/djadmin2/bootstrap/base.html:26 +msgid "Documentation" +msgstr "文档" + +#: templates/djadmin2/bootstrap/base.html:35 +#, python-format +msgid "Logged in as %(user)s" +msgstr "登入用户:%(user)s" + +#: templates/djadmin2/bootstrap/base.html:41 +msgid "Change password" +msgstr "修改密码" + +#: templates/djadmin2/bootstrap/base.html:43 +#: templates/djadmin2/bootstrap/auth/logout.html:11 +msgid "Log out" +msgstr "登出" + +#: templates/djadmin2/bootstrap/index.html:13 +msgid "Recent Actions" +msgstr "最近的动作" + +#: templates/djadmin2/bootstrap/index.html:14 +msgid "My Actions" +msgstr "我的动作" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:4 +#: templates/djadmin2/bootstrap/model_confirm_delete.html:6 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:4 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:6 +msgid "Are you sure?" +msgstr "您确定吗?" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:25 +#: templates/djadmin2/bootstrap/model_update_form.html:51 +#: templates/djadmin2/bootstrap/model_update_form.html:118 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:21 +msgid "Delete" +msgstr "删除" + +#. Translators : this is singular, example : delete the post "My Title" +#: templates/djadmin2/bootstrap/model_confirm_delete.html:32 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the %(model_name)s \"%(object)s\"?\n" +msgstr "" +"\n" +"您确定要删除 %(model_name)s \"%(object)s\"吗?所有以下项目将会被删除:\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:36 +msgid "" +"\n" +"The following item will be deleted:\n" +msgid_plural "" +"\n" +"All of the following items will be deleted:\n" +msgstr[0] "" +"\n" +"以下所有項目將被刪除:\n" + +#: templates/djadmin2/bootstrap/model_confirm_delete.html:50 +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:44 +msgid "Yes, I'm sure" +msgstr "是,我确定" + +#: templates/djadmin2/bootstrap/model_list.html:4 +#: templates/djadmin2/bootstrap/model_list.html:6 +#, python-format +msgid "Select %(model_name)s to change" +msgstr "选择修改 %(model_name)s" + +#: templates/djadmin2/bootstrap/model_list.html:31 +msgid "Search Term" +msgstr "搜索条目" + +#: templates/djadmin2/bootstrap/model_list.html:32 +msgid "Search" +msgstr "搜索" + +#. Translators : examples : Add post, Change object +#: templates/djadmin2/bootstrap/model_update_form.html:6 +#: templates/djadmin2/bootstrap/model_update_form.html:9 +#, python-format +msgid "%(action_name)s %(model_name)s" +msgstr "%(action_name)s %(model_name)s" + +#: templates/djadmin2/bootstrap/actions/delete_selected_confirmation.html:27 +#, python-format +msgid "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"item will be deleted:\n" +msgid_plural "" +"\n" +"Are you sure you want to delete the selected %(objects_name)s? The following " +"items will be deleted:\n" +msgstr[0] "\n您确定要删除所选择的%(objects_name)s吗?以下所有项目都将被删除:\n" + +#: templates/djadmin2/bootstrap/auth/login.html:15 +#: templates/djadmin2/bootstrap/auth/login.html:52 +msgid "Log in" +msgstr "登入" + +#: templates/djadmin2/bootstrap/auth/login.html:27 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:24 +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "请更正以下错误。" + +#: templates/djadmin2/bootstrap/auth/logout.html:17 +msgid "Thanks for spending some quality time with the Web site today." +msgstr "感谢您访问本网站。" + +#: templates/djadmin2/bootstrap/auth/logout.html:18 +msgid "Log in again" +msgstr "重新登入" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:7 +#: templates/djadmin2/bootstrap/auth/password_change_done.html:14 +msgid "Password change successful" +msgstr "密码已成功被修改" + +#: templates/djadmin2/bootstrap/auth/password_change_done.html:20 +msgid "Your password was changed." +msgstr "您的密码已被修改" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:6 +#: templates/djadmin2/bootstrap/auth/password_change_form.html:13 +msgid "Password change" +msgstr "修改密码" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:20 +msgid "" +"Please enter your old password, for security's sake, and then enter your new " +"password twice so we can verify you typed it in correctly." +msgstr "" +"出于安全因素,请您输入旧密码。然后再输入两次新密码以便我们确保您正确地输入了" +"新密码。" + +#: templates/djadmin2/bootstrap/auth/password_change_form.html:31 +msgid "Change my password" +msgstr "修改我的密码" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:17 +#, python-format +msgid "%(selected)s of %(total)s selected" +msgstr "共选择了%(selected)s/%(total)s" + +#: templates/djadmin2/bootstrap/includes/list_actions.html:21 +#, python-format +msgid "Add %(model_verbose_name)s" +msgstr "增加%(model_verbose_name)s" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:3 +msgid "Save and add another" +msgstr "保存并且增加下一个" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:4 +msgid "Save and continue editing" +msgstr "保存并且继续编辑" + +#: templates/djadmin2/bootstrap/includes/save_buttons.html:5 +msgid "Save" +msgstr "保存" diff --git a/example/blog/locale/de/LC_MESSAGES/django.mo b/example/blog/locale/de/LC_MESSAGES/django.mo index 2a49af9..1bebfde 100644 Binary files a/example/blog/locale/de/LC_MESSAGES/django.mo and b/example/blog/locale/de/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/de/LC_MESSAGES/django.po b/example/blog/locale/de/LC_MESSAGES/django.po index ef66a0f..4c28f00 100644 --- a/example/blog/locale/de/LC_MESSAGES/django.po +++ b/example/blog/locale/de/LC_MESSAGES/django.po @@ -1,7 +1,5 @@ -# 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-admin2 package. +# # Translators: # dbrgn , 2013 # Jannis Leidel , 2013 @@ -9,66 +7,67 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-08 08:48+0000\n" "Last-Translator: dbrgn \n" -"Language-Team: German (http://www.transifex.com/projects/p/django-admin2/language/de/)\n" +"Language-Team: German (http://www.transifex.com/projects/p/django-admin2/" +"language/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: actions.py:13 +#: actions.py:16 msgid "Publish selected items" msgstr "Gewählte Elemente veröffentlichen" -#: actions.py:14 +#: actions.py:18 #, python-format msgctxt "singular form" msgid "Successfully published %(count)s %(items)s" msgstr "Erfolgreich %(count)s %(items)s veröffentlicht" -#: actions.py:15 +#: actions.py:20 #, python-format msgctxt "plural form" msgid "Successfully published %(count)s %(items)s" msgstr "Erfolgreich %(count)s %(items)s veröffentlicht" -#: admin2.py:18 +#: admin2.py:22 msgid "Items unpublished" msgstr "Veröffentlichung von Einträgen zurückgenommen" #. Translators : action description -#: admin2.py:21 +#: admin2.py:25 msgid "Unpublish selected items" msgstr "Veröffentlichung der ausgewählten Einträge zurücknehmen" -#: models.py:8 +#: models.py:11 msgid "title" msgstr "Titel" -#: models.py:9 models.py:22 +#: models.py:12 models.py:25 msgid "body" msgstr "Inhalt" -#: models.py:10 +#: models.py:13 msgid "published" msgstr "Veröffentlicht" -#: models.py:16 models.py:21 +#: models.py:19 models.py:24 msgid "post" msgstr "Eintrag" -#: models.py:17 +#: models.py:20 msgid "posts" msgstr "Einträge" -#: models.py:28 +#: models.py:31 msgid "comment" msgstr "Kommentar" -#: models.py:29 +#: models.py:32 msgid "comments" msgstr "Kommentare" @@ -100,7 +99,9 @@ msgstr "Und so weiter..." msgid "" "In other words, these are items that we can introspect through the Django " "admin." -msgstr "Mit anderen Worten, das sind Elemente, die wir mit dem Django Admin betrachten können." +msgstr "" +"Mit anderen Worten, das sind Elemente, die wir mit dem Django Admin " +"betrachten können." #: templates/blog/home.html:22 msgid "Under the hood" @@ -110,7 +111,9 @@ msgstr "Unter der Motorhaube" msgid "" "Now, explore the Django admin for example.com. Click on either of the " "following:" -msgstr "Entdecke nun den Django Admin für example.com. Klicke auf eines der folgenden Elemente:" +msgstr "" +"Entdecke nun den Django Admin für example.com. Klicke auf eines der " +"folgenden Elemente:" #: templates/blog/home.html:30 #, python-format @@ -152,5 +155,11 @@ msgid "" msgid_plural "" "Are you sure you want to publish the selected %(objects_name)s?\n" " The following items will be published:\n" -msgstr[0] "Bist du sicher, dass du das gewählte %(objects_name)s veröffentlichen willst?\nDas folgende Element wird veröffentlicht:\n" -msgstr[1] "Bist du sicher, dass du die gewählten %(objects_name)s veröffentlichen willst?\nDie folgenden Elemente werden veröffentlicht:\n" +msgstr[0] "" +"Bist du sicher, dass du das gewählte %(objects_name)s veröffentlichen " +"willst?\n" +"Das folgende Element wird veröffentlicht:\n" +msgstr[1] "" +"Bist du sicher, dass du die gewählten %(objects_name)s veröffentlichen " +"willst?\n" +"Die folgenden Elemente werden veröffentlicht:\n" diff --git a/example/blog/locale/en/LC_MESSAGES/django.mo b/example/blog/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000..e82da59 Binary files /dev/null and b/example/blog/locale/en/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/en/LC_MESSAGES/django.po b/example/blog/locale/en/LC_MESSAGES/django.po index 221555b..2fc3d7e 100644 --- a/example/blog/locale/en/LC_MESSAGES/django.po +++ b/example/blog/locale/en/LC_MESSAGES/django.po @@ -1,15 +1,11 @@ -# 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-admin2 package. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 11:57+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" @@ -17,56 +13,56 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: actions.py:13 +#: actions.py:16 msgid "Publish selected items" msgstr "" -#: actions.py:14 +#: actions.py:18 #, python-format msgctxt "singular form" msgid "Successfully published %(count)s %(items)s" msgstr "" -#: actions.py:15 +#: actions.py:20 #, python-format msgctxt "plural form" msgid "Successfully published %(count)s %(items)s" msgstr "" -#: admin2.py:18 +#: admin2.py:22 msgid "Items unpublished" msgstr "" #. Translators : action description -#: admin2.py:21 +#: admin2.py:25 msgid "Unpublish selected items" msgstr "" -#: models.py:8 +#: models.py:11 msgid "title" msgstr "" -#: models.py:9 models.py:22 +#: models.py:12 models.py:25 msgid "body" msgstr "" -#: models.py:10 +#: models.py:13 msgid "published" msgstr "" -#: models.py:16 models.py:21 +#: models.py:19 models.py:24 msgid "post" msgstr "" -#: models.py:17 +#: models.py:20 msgid "posts" msgstr "" -#: models.py:28 +#: models.py:31 msgid "comment" msgstr "" -#: models.py:29 +#: models.py:32 msgid "comments" msgstr "" diff --git a/example/blog/locale/fr/LC_MESSAGES/django.mo b/example/blog/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000..9d9c380 Binary files /dev/null and b/example/blog/locale/fr/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/fr/LC_MESSAGES/django.po b/example/blog/locale/fr/LC_MESSAGES/django.po index 18cf0b1..62e9e5e 100644 --- a/example/blog/locale/fr/LC_MESSAGES/django.po +++ b/example/blog/locale/fr/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-06 14:16+0200\n" "Last-Translator: NotSqrt \n" "Language-Team: French (http://www.transifex.com/projects/p/django-admin2/" @@ -17,56 +17,56 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: actions.py:13 +#: actions.py:16 msgid "Publish selected items" msgstr "Publier les éléments sélectionnés" -#: actions.py:14 +#: actions.py:18 #, python-format msgctxt "singular form" msgid "Successfully published %(count)s %(items)s" msgstr "%(count)s %(items)s publié avec succès" -#: actions.py:15 +#: actions.py:20 #, python-format msgctxt "plural form" msgid "Successfully published %(count)s %(items)s" msgstr "%(count)s %(items)s publiés avec succès" -#: admin2.py:18 +#: admin2.py:22 msgid "Items unpublished" msgstr "Les éléments ne sont plus publiés" #. Translators : action description -#: admin2.py:21 +#: admin2.py:25 msgid "Unpublish selected items" msgstr "Ne plus publier les éléments sélectionnés" -#: models.py:8 +#: models.py:11 msgid "title" msgstr "Titre" -#: models.py:9 models.py:22 +#: models.py:12 models.py:25 msgid "body" msgstr "corps" -#: models.py:10 +#: models.py:13 msgid "published" msgstr "publié" -#: models.py:16 models.py:21 +#: models.py:19 models.py:24 msgid "post" msgstr "billet" -#: models.py:17 +#: models.py:20 msgid "posts" msgstr "billets" -#: models.py:28 +#: models.py:31 msgid "comment" msgstr "commentaire" -#: models.py:29 +#: models.py:32 msgid "comments" msgstr "commentaires" diff --git a/example/blog/locale/it/LC_MESSAGES/django.mo b/example/blog/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000..b5cb073 Binary files /dev/null and b/example/blog/locale/it/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/it/LC_MESSAGES/django.po b/example/blog/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..63bfe0d --- /dev/null +++ b/example/blog/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,156 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# brente , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-07 17:42+0000\n" +"Last-Translator: brente \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/django-admin2/" +"language/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:16 +msgid "Publish selected items" +msgstr "Pubblica gli elementi selezionati" + +#: actions.py:18 +#, python-format +msgctxt "singular form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(items)s pubblicate/i con successo: %(count)s" + +#: actions.py:20 +#, python-format +msgctxt "plural form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(items)s pubblicate/i con successo: %(count)s" + +#: admin2.py:22 +msgid "Items unpublished" +msgstr "" + +#. Translators : action description +#: admin2.py:25 +msgid "Unpublish selected items" +msgstr "" + +#: models.py:11 +msgid "title" +msgstr "titolo" + +#: models.py:12 models.py:25 +msgid "body" +msgstr "contenuto" + +#: models.py:13 +msgid "published" +msgstr "pubblicato" + +#: models.py:19 models.py:24 +msgid "post" +msgstr "post" + +#: models.py:20 +msgid "posts" +msgstr "post" + +#: models.py:31 +msgid "comment" +msgstr "commento" + +#: models.py:32 +msgid "comments" +msgstr "commenti" + +#: templates/blog/home.html:9 +msgid "Imagine that this is a real site" +msgstr "Immagina che questo sia un sito reale" + +#: templates/blog/home.html:11 +msgid "Pretend that this is the homepage of a big Django site." +msgstr "Questa potrebbe essere la home page di un grande sito web Django." + +#: templates/blog/home.html:13 +msgid "Imagine lots of things are here:" +msgstr "Immagina di trovare qui molte cose:" + +#: templates/blog/home.html:15 +msgid "A blog" +msgstr "Un blog" + +#: templates/blog/home.html:16 +msgid "Comments" +msgstr "Commenti" + +#: templates/blog/home.html:17 +msgid "And so on..." +msgstr "E così via..." + +#: templates/blog/home.html:20 +msgid "" +"In other words, these are items that we can introspect through the Django " +"admin." +msgstr "" +"In altre parole, questi sono gli elementi su cui possiamo usare " +"l'introspezione attraverso l'admin di Django." + +#: templates/blog/home.html:22 +msgid "Under the hood" +msgstr "" + +#: templates/blog/home.html:24 +msgid "" +"Now, explore the Django admin for example.com. Click on either of the " +"following:" +msgstr "" + +#: templates/blog/home.html:30 +#, python-format +msgid "The original Django Admin" +msgstr "" + +#: templates/blog/home.html:36 +msgid "Powered by django.contrib.admin. This is just here for reference." +msgstr "Powered by django.contrib.admin. Disponibile solo come riferimento." + +#: templates/blog/home.html:39 +#, python-format +msgid "The new Admin2" +msgstr "Il nuovo Admin2" + +#: templates/blog/home.html:45 +msgid "Powered by django-admin2." +msgstr "Powered by django-admin2." + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:4 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:6 +msgid "Are you sure?" +msgstr "Confermi?" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:9 +msgid "Home" +msgstr "Home" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:12 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:37 +msgid "Publish" +msgstr "Pubblica" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:19 +#, python-format +msgid "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following item will be published:\n" +msgid_plural "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following items will be published:\n" +msgstr[0] "" +msgstr[1] "" diff --git a/example/blog/locale/nl/LC_MESSAGES/django.mo b/example/blog/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000..8206be9 Binary files /dev/null and b/example/blog/locale/nl/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/nl/LC_MESSAGES/django.po b/example/blog/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..9977cf5 --- /dev/null +++ b/example/blog/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,163 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Density21.5 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 10:51+0000\n" +"Last-Translator: Density21.5 \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django-admin2/" +"language/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: actions.py:16 +msgid "Publish selected items" +msgstr "Publiceer geselecteerde onderdelen" + +#: actions.py:18 +#, python-format +msgctxt "singular form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(count)s %(items)s zijn succesvol gepubliceerd" + +#: actions.py:20 +#, python-format +msgctxt "plural form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(count)s %(items)s zijn succesvol gepubliceerd" + +#: admin2.py:22 +msgid "Items unpublished" +msgstr "Ongepubliceerde onderdelen" + +#. Translators : action description +#: admin2.py:25 +msgid "Unpublish selected items" +msgstr "Ongepubliceerde geselecteerde onderdelen" + +#: models.py:11 +msgid "title" +msgstr "titel" + +#: models.py:12 models.py:25 +msgid "body" +msgstr "body" + +#: models.py:13 +msgid "published" +msgstr "gepubliceerd" + +#: models.py:19 models.py:24 +msgid "post" +msgstr "bericht" + +#: models.py:20 +msgid "posts" +msgstr "berichten" + +#: models.py:31 +msgid "comment" +msgstr "reactie" + +#: models.py:32 +msgid "comments" +msgstr "reacties" + +#: templates/blog/home.html:9 +msgid "Imagine that this is a real site" +msgstr "Stel u voor dat dit een echte site is" + +#: templates/blog/home.html:11 +msgid "Pretend that this is the homepage of a big Django site." +msgstr "Doe alsof dit de voorpagina is van een grote Django site." + +#: templates/blog/home.html:13 +msgid "Imagine lots of things are here:" +msgstr "Stel u voor dat hier een heleboel dingen staan:" + +#: templates/blog/home.html:15 +msgid "A blog" +msgstr "Een blog" + +#: templates/blog/home.html:16 +msgid "Comments" +msgstr "Reacties" + +#: templates/blog/home.html:17 +msgid "And so on..." +msgstr "En zo verder..." + +#: templates/blog/home.html:20 +msgid "" +"In other words, these are items that we can introspect through the Django " +"admin." +msgstr "" +"Met andere woorden, dit zijn onderdelen die we van binnenuit kunnen bekijken " +"door de Django admin." + +#: templates/blog/home.html:22 +msgid "Under the hood" +msgstr "'Under the hood'" + +#: templates/blog/home.html:24 +msgid "" +"Now, explore the Django admin for example.com. Click on either of the " +"following:" +msgstr "" +"Nu gaan we de Django admin voor example.com verkennen. Klik op één van de " +"volgende:" + +#: templates/blog/home.html:30 +#, python-format +msgid "The original Django Admin" +msgstr "De originele Django beheer" + +#: templates/blog/home.html:36 +msgid "Powered by django.contrib.admin. This is just here for reference." +msgstr "Powered by django.contrib.admin. Dit staat hier alleen ter verwijzing." + +#: templates/blog/home.html:39 +#, python-format +msgid "The new Admin2" +msgstr "De nieuwe Admin2" + +#: templates/blog/home.html:45 +msgid "Powered by django-admin2." +msgstr "Powered by django-admin2." + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:4 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:6 +msgid "Are you sure?" +msgstr "Weet u het zeker?" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:9 +msgid "Home" +msgstr "Home" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:12 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:37 +msgid "Publish" +msgstr "Publiceren" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:19 +#, python-format +msgid "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following item will be published:\n" +msgid_plural "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following items will be published:\n" +msgstr[0] "" +"Weet u zeker dat u %(objects_name)s wilt publiceren?\n" +"Het volgende onderdeel zal worden gepubliceerd:\n" +"\n" +msgstr[1] "" +"Weet u zeker dat u %(objects_name)s wilt publiceren?\n" +"De volgende onderdelen zullen worden gepubliceerd:\n" diff --git a/example/blog/locale/pl_PL/LC_MESSAGES/django.mo b/example/blog/locale/pl_PL/LC_MESSAGES/django.mo new file mode 100644 index 0000000..283bf14 Binary files /dev/null and b/example/blog/locale/pl_PL/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/pl_PL/LC_MESSAGES/django.po b/example/blog/locale/pl_PL/LC_MESSAGES/django.po new file mode 100644 index 0000000..282d0a0 --- /dev/null +++ b/example/blog/locale/pl_PL/LC_MESSAGES/django.po @@ -0,0 +1,167 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# dasm , 2013 +# Marcin Jabrzyk , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 18:02+0000\n" +"Last-Translator: dasm \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/django-" +"admin2/language/pl_PL/)\n" +"Language: pl_PL\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%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: actions.py:16 +msgid "Publish selected items" +msgstr "Opublikuj wybrane elementy" + +#: actions.py:18 +#, python-format +msgctxt "singular form" +msgid "Successfully published %(count)s %(items)s" +msgstr "Opublikowano %(count)s %(items)s" + +#: actions.py:20 +#, python-format +msgctxt "plural form" +msgid "Successfully published %(count)s %(items)s" +msgstr "Opublikowano %(count)s %(items)s" + +#: admin2.py:22 +msgid "Items unpublished" +msgstr "Elementy niepublikowane" + +#. Translators : action description +#: admin2.py:25 +msgid "Unpublish selected items" +msgstr "Zablokuj publikację wybranych elementów" + +#: models.py:11 +msgid "title" +msgstr "tytuł" + +#: models.py:12 models.py:25 +msgid "body" +msgstr "treść" + +#: models.py:13 +msgid "published" +msgstr "opublikowany" + +#: models.py:19 models.py:24 +msgid "post" +msgstr "wpis" + +#: models.py:20 +msgid "posts" +msgstr "wpisy" + +#: models.py:31 +msgid "comment" +msgstr "komentarz" + +#: models.py:32 +msgid "comments" +msgstr "komentarze" + +#: templates/blog/home.html:9 +msgid "Imagine that this is a real site" +msgstr "Wyobraź sobie że to jest prawdziwa strona" + +#: templates/blog/home.html:11 +msgid "Pretend that this is the homepage of a big Django site." +msgstr "Udajmy, że to jest główna strona wielkiego serwisu opartego o Django." + +#: templates/blog/home.html:13 +msgid "Imagine lots of things are here:" +msgstr "Wyobraź sobie tutaj dużo rzeczy:" + +#: templates/blog/home.html:15 +msgid "A blog" +msgstr "Blog" + +#: templates/blog/home.html:16 +msgid "Comments" +msgstr "Komentarze" + +#: templates/blog/home.html:17 +msgid "And so on..." +msgstr "I tak dalej..." + +#: templates/blog/home.html:20 +msgid "" +"In other words, these are items that we can introspect through the Django " +"admin." +msgstr "" +"Innymi słowy, są to elementy którymi możemy zarządzać przez panel " +"administratora Django." + +#: templates/blog/home.html:22 +msgid "Under the hood" +msgstr "Pod maską" + +#: templates/blog/home.html:24 +msgid "" +"Now, explore the Django admin for example.com. Click on either of the " +"following:" +msgstr "" +"Odkryjmy teraz panel administratora Django dla example.com. Kliknij na jeden " +"z poniższych linków:" + +#: templates/blog/home.html:30 +#, python-format +msgid "The original Django Admin" +msgstr "Oryginalny Django Admin" + +#: templates/blog/home.html:36 +msgid "Powered by django.contrib.admin. This is just here for reference." +msgstr "Napędzany przez django.contrib.admin. Jest tutaj tylko dla przykładu." + +#: templates/blog/home.html:39 +#, python-format +msgid "The new Admin2" +msgstr "Nowy Admin2" + +#: templates/blog/home.html:45 +msgid "Powered by django-admin2." +msgstr "Napędzany przez django-admin2." + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:4 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:6 +msgid "Are you sure?" +msgstr "Czy jesteś pewnien?" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:9 +msgid "Home" +msgstr "Początek" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:12 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:37 +msgid "Publish" +msgstr "Opublikuj" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:19 +#, python-format +msgid "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following item will be published:\n" +msgid_plural "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following items will be published:\n" +msgstr[0] "" +"Czy chcesz opublikować wybrany %(objects_name)s?⏎\n" +"Następujący element zostanie opublikowany:⏎\n" +msgstr[1] "" +"Czy chcesz opublikować wybrane %(objects_name)s?⏎\n" +"Następujące elementy zostaną opublikowane:⏎\n" +msgstr[2] "" +"Czy chcesz opublikować wybrane %(objects_name)s?⏎\n" +"Następujące elementy zostaną opublikowane:⏎\n" diff --git a/example/blog/locale/pt_BR/LC_MESSAGES/django.mo b/example/blog/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000..138f94c Binary files /dev/null and b/example/blog/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/pt_BR/LC_MESSAGES/django.po b/example/blog/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..3cc1fbc --- /dev/null +++ b/example/blog/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,164 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# andrewsmedina , 2013 +# Douglas Miranda , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 04:57+0000\n" +"Last-Translator: Douglas Miranda \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"django-admin2/language/pt_BR/)\n" +"Language: pt_BR\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" + +#: actions.py:16 +msgid "Publish selected items" +msgstr "Publicar os itens selecionados" + +#: actions.py:18 +#, python-format +msgctxt "singular form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(count)s %(items)s publicados com sucesso" + +#: actions.py:20 +#, python-format +msgctxt "plural form" +msgid "Successfully published %(count)s %(items)s" +msgstr "%(count)s %(items)s publicados com sucesso" + +#: admin2.py:22 +msgid "Items unpublished" +msgstr "Itens publicados" + +#. Translators : action description +#: admin2.py:25 +msgid "Unpublish selected items" +msgstr "Despublicar os itens selecionados" + +#: models.py:11 +msgid "title" +msgstr "título" + +#: models.py:12 models.py:25 +msgid "body" +msgstr "corpo" + +#: models.py:13 +msgid "published" +msgstr "publicado" + +#: models.py:19 models.py:24 +msgid "post" +msgstr "post" + +#: models.py:20 +msgid "posts" +msgstr "posts" + +#: models.py:31 +msgid "comment" +msgstr "comentário" + +#: models.py:32 +msgid "comments" +msgstr "comentários" + +#: templates/blog/home.html:9 +msgid "Imagine that this is a real site" +msgstr "Imagine que este é um site real" + +#: templates/blog/home.html:11 +msgid "Pretend that this is the homepage of a big Django site." +msgstr "Finja que esta é a página inicial de um site grande feito em Django" + +#: templates/blog/home.html:13 +msgid "Imagine lots of things are here:" +msgstr "Imagine um monte de coisas aqui:" + +#: templates/blog/home.html:15 +msgid "A blog" +msgstr "Um blog" + +#: templates/blog/home.html:16 +msgid "Comments" +msgstr "Comentários" + +#: templates/blog/home.html:17 +msgid "And so on..." +msgstr "E assim por diante..." + +#: templates/blog/home.html:20 +msgid "" +"In other words, these are items that we can introspect through the Django " +"admin." +msgstr "" +"Em outras palavras, estes itens são os que podemos introspectar através da " +"administração do Django." + +#: templates/blog/home.html:22 +msgid "Under the hood" +msgstr "Sob o capô" + +#: templates/blog/home.html:24 +msgid "" +"Now, explore the Django admin for example.com. Click on either of the " +"following:" +msgstr "" +"Agora, explore a administração do Django para o example.com. Clique em uma " +"das seguintes opções:" + +#: templates/blog/home.html:30 +#, python-format +msgid "The original Django Admin" +msgstr "Original Django Admin" + +#: templates/blog/home.html:36 +msgid "Powered by django.contrib.admin. This is just here for reference." +msgstr "" +"Desenvolvido com django.contrib.admin. Está aqui apenas para referência." + +#: templates/blog/home.html:39 +#, python-format +msgid "The new Admin2" +msgstr "O novo Admin2" + +#: templates/blog/home.html:45 +msgid "Powered by django-admin2." +msgstr "Desenvolvido com django-admin2." + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:4 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:6 +msgid "Are you sure?" +msgstr "Você está certo?" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:9 +msgid "Home" +msgstr "Página inicial" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:12 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:37 +msgid "Publish" +msgstr "Publicar" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:19 +#, python-format +msgid "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following item will be published:\n" +msgid_plural "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following items will be published:\n" +msgstr[0] "" +"Você está certo em querer publicar o %(objects_name)s selecionado?\n" +"O item seguinte será publicado:\n" +msgstr[1] "" +"Você está certo em querer publicar os %(objects_name)s selecionados?\n" +"Os itens seguintes serão publicados:\n" diff --git a/example/blog/locale/sk/LC_MESSAGES/django.mo b/example/blog/locale/sk/LC_MESSAGES/django.mo index 080d8d5..bdf0b04 100644 Binary files a/example/blog/locale/sk/LC_MESSAGES/django.mo and b/example/blog/locale/sk/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/sk/LC_MESSAGES/django.po b/example/blog/locale/sk/LC_MESSAGES/django.po index f856478..abefd20 100644 --- a/example/blog/locale/sk/LC_MESSAGES/django.po +++ b/example/blog/locale/sk/LC_MESSAGES/django.po @@ -1,71 +1,72 @@ # This file is distributed under the same license as the django-admin2 package. -# +# # Translators: # Ivana Kellyerova , 2013 msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-07 12:46+0000\n" "Last-Translator: marekzelinka \n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/django-admin2/language/sk/)\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django-admin2/" +"language/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: actions.py:13 +#: actions.py:16 msgid "Publish selected items" msgstr "Zverejniť vybrané položky" -#: actions.py:14 +#: actions.py:18 #, python-format msgctxt "singular form" msgid "Successfully published %(count)s %(items)s" msgstr "%(count)s %(items)s úspešne zverejnené" -#: actions.py:15 +#: actions.py:20 #, python-format msgctxt "plural form" msgid "Successfully published %(count)s %(items)s" msgstr "%(count)s %(items)s úspešne zverejnené" -#: admin2.py:18 +#: admin2.py:22 msgid "Items unpublished" msgstr "Položky nezverejnené" #. Translators : action description -#: admin2.py:21 +#: admin2.py:25 msgid "Unpublish selected items" msgstr "Zmeniť vybrané položky na neverejné" -#: models.py:8 +#: models.py:11 msgid "title" msgstr "nadpis" -#: models.py:9 models.py:22 +#: models.py:12 models.py:25 msgid "body" msgstr "telo" -#: models.py:10 +#: models.py:13 msgid "published" msgstr "zverejnené" -#: models.py:16 models.py:21 +#: models.py:19 models.py:24 msgid "post" msgstr "príspevok" -#: models.py:17 +#: models.py:20 msgid "posts" msgstr "príspevky" -#: models.py:28 +#: models.py:31 msgid "comment" msgstr "komentár" -#: models.py:29 +#: models.py:32 msgid "comments" msgstr "komentáre" @@ -107,7 +108,8 @@ msgstr "Pod kapotou" msgid "" "Now, explore the Django admin for example.com. Click on either of the " "following:" -msgstr "Teraz vyskúšajte Django admin pre example.com. Vyberte jedno z nasledujúcich:" +msgstr "" +"Teraz vyskúšajte Django admin pre example.com. Vyberte jedno z nasledujúcich:" #: templates/blog/home.html:30 #, python-format @@ -149,6 +151,12 @@ msgid "" msgid_plural "" "Are you sure you want to publish the selected %(objects_name)s?\n" " The following items will be published:\n" -msgstr[0] "Určite chcete zverejniť vybranú položku %(objects_name)s?\nZverejníte tak nasledujúcu položku:\n" -msgstr[1] "Určite chcete zverejniť vybrané %(objects_name)s?\nZverejníte tak nasledujúce položky:\n" -msgstr[2] "Určite chcete zverejniť vybrané %(objects_name)s?\nZverejníte tak nasledujúce položky:\n" +msgstr[0] "" +"Určite chcete zverejniť vybranú položku %(objects_name)s?\n" +"Zverejníte tak nasledujúcu položku:\n" +msgstr[1] "" +"Určite chcete zverejniť vybrané %(objects_name)s?\n" +"Zverejníte tak nasledujúce položky:\n" +msgstr[2] "" +"Určite chcete zverejniť vybrané %(objects_name)s?\n" +"Zverejníte tak nasledujúce položky:\n" diff --git a/example/blog/locale/zh/LC_MESSAGES/django.mo b/example/blog/locale/zh/LC_MESSAGES/django.mo new file mode 100644 index 0000000..af5f94e Binary files /dev/null and b/example/blog/locale/zh/LC_MESSAGES/django.mo differ diff --git a/example/blog/locale/zh/LC_MESSAGES/django.po b/example/blog/locale/zh/LC_MESSAGES/django.po new file mode 100644 index 0000000..bb69696 --- /dev/null +++ b/example/blog/locale/zh/LC_MESSAGES/django.po @@ -0,0 +1,156 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# EricHo , 2013 +# Xiayun (Joy) Sun , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 13:07+0000\n" +"Last-Translator: Xiayun (Joy) Sun \n" +"Language-Team: Chinese (http://www.transifex.com/projects/p/django-admin2/" +"language/zh/)\n" +"Language: zh\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" + +#: actions.py:16 +msgid "Publish selected items" +msgstr "發布所選項目" + +#: actions.py:18 +#, python-format +msgctxt "singular form" +msgid "Successfully published %(count)s %(items)s" +msgstr "成功發布了 %(count)s %(items)s" + +#: actions.py:20 +#, python-format +msgctxt "plural form" +msgid "Successfully published %(count)s %(items)s" +msgstr "成功發布了 %(count)s %(items)s" + +#: admin2.py:22 +msgid "Items unpublished" +msgstr "項目尚未發布" + +#. Translators : action description +#: admin2.py:25 +msgid "Unpublish selected items" +msgstr "未發布所選項目" + +#: models.py:11 +msgid "title" +msgstr "標題" + +#: models.py:12 models.py:25 +msgid "body" +msgstr "" + +#: models.py:13 +msgid "published" +msgstr "已發佈" + +#: models.py:19 models.py:24 +msgid "post" +msgstr "文章" + +#: models.py:20 +msgid "posts" +msgstr "文章" + +#: models.py:31 +msgid "comment" +msgstr "留言" + +#: models.py:32 +msgid "comments" +msgstr "留言" + +#: templates/blog/home.html:9 +msgid "Imagine that this is a real site" +msgstr "試想一下,這是一個真正的網站" + +#: templates/blog/home.html:11 +msgid "Pretend that this is the homepage of a big Django site." +msgstr "假設這是一個大型Django網站的首頁" + +#: templates/blog/home.html:13 +msgid "Imagine lots of things are here:" +msgstr "" + +#: templates/blog/home.html:15 +msgid "A blog" +msgstr "" + +#: templates/blog/home.html:16 +msgid "Comments" +msgstr "留言" + +#: templates/blog/home.html:17 +msgid "And so on..." +msgstr "" + +#: templates/blog/home.html:20 +msgid "" +"In other words, these are items that we can introspect through the Django " +"admin." +msgstr "換句話說,這些都是我們可以通過\"Django管理\"內部檢查的項目。" + +#: templates/blog/home.html:22 +msgid "Under the hood" +msgstr "運作原理" + +#: templates/blog/home.html:24 +msgid "" +"Now, explore the Django admin for example.com. Click on either of the " +"following:" +msgstr "" + +#: templates/blog/home.html:30 +#, python-format +msgid "The original Django Admin" +msgstr "" + +#: templates/blog/home.html:36 +msgid "Powered by django.contrib.admin. This is just here for reference." +msgstr "" + +#: templates/blog/home.html:39 +#, python-format +msgid "The new Admin2" +msgstr "" + +#: templates/blog/home.html:45 +msgid "Powered by django-admin2." +msgstr "基於django-admin2" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:4 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:6 +msgid "Are you sure?" +msgstr "您确定吗?" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:9 +msgid "Home" +msgstr "首页" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:12 +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:37 +msgid "Publish" +msgstr "發布" + +#: templates/djadmin2/bootstrap/actions/publish_selected_items.html:19 +#, python-format +msgid "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following item will be published:\n" +msgid_plural "" +"Are you sure you want to publish the selected %(objects_name)s?\n" +" The following items will be published:\n" +msgstr[0] "" +"您确定要發布所选择的%(objects_name)s吗?\n" +"以下项目都将被發布:\n" diff --git a/example2/polls/locale/de/LC_MESSAGES/django.mo b/example2/polls/locale/de/LC_MESSAGES/django.mo index ebd253c..1c0c2dd 100644 Binary files a/example2/polls/locale/de/LC_MESSAGES/django.mo and b/example2/polls/locale/de/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/de/LC_MESSAGES/django.po b/example2/polls/locale/de/LC_MESSAGES/django.po index 5eee3c9..6534007 100644 --- a/example2/polls/locale/de/LC_MESSAGES/django.po +++ b/example2/polls/locale/de/LC_MESSAGES/django.po @@ -1,7 +1,5 @@ -# 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-admin2 package. +# # Translators: # dbrgn , 2013 # Jannis Leidel , 2013 @@ -9,49 +7,50 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-08 08:49+0000\n" "Last-Translator: dbrgn \n" -"Language-Team: German (http://www.transifex.com/projects/p/django-admin2/language/de/)\n" +"Language-Team: German (http://www.transifex.com/projects/p/django-admin2/" +"language/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: models.py:9 +#: models.py:12 msgid "question" msgstr "Frage" -#: models.py:10 +#: models.py:13 msgid "date published" msgstr "Veröffentlichungsdatum" -#: models.py:19 +#: models.py:22 msgid "Published recently?" msgstr "Kürzlich veröffentlicht?" -#: models.py:22 models.py:27 +#: models.py:25 models.py:30 msgid "poll" msgstr "Abstimmung" -#: models.py:23 +#: models.py:26 msgid "polls" msgstr "Abstimmungen" -#: models.py:28 +#: models.py:31 msgid "choice text" msgstr "Auswahltext" -#: models.py:29 +#: models.py:32 msgid "votes" msgstr "Stimmen" -#: models.py:35 +#: models.py:38 msgid "choice" msgstr "Auswahl" -#: models.py:36 +#: models.py:39 msgid "choices" msgstr "Auswahlmöglichkeiten" diff --git a/example2/polls/locale/en/LC_MESSAGES/django.mo b/example2/polls/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000..6ce9dba Binary files /dev/null and b/example2/polls/locale/en/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/en/LC_MESSAGES/django.po b/example2/polls/locale/en/LC_MESSAGES/django.po index ec9951e..409fabf 100644 --- a/example2/polls/locale/en/LC_MESSAGES/django.po +++ b/example2/polls/locale/en/LC_MESSAGES/django.po @@ -1,55 +1,51 @@ -# 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-admin2 package. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 11:57+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: models.py:9 +#: models.py:12 msgid "question" msgstr "" -#: models.py:10 +#: models.py:13 msgid "date published" msgstr "" -#: models.py:19 +#: models.py:22 msgid "Published recently?" msgstr "" -#: models.py:22 models.py:27 +#: models.py:25 models.py:30 msgid "poll" msgstr "" -#: models.py:23 +#: models.py:26 msgid "polls" msgstr "" -#: models.py:28 +#: models.py:31 msgid "choice text" msgstr "" -#: models.py:29 +#: models.py:32 msgid "votes" msgstr "" -#: models.py:35 +#: models.py:38 msgid "choice" msgstr "" -#: models.py:36 +#: models.py:39 msgid "choices" msgstr "" diff --git a/example2/polls/locale/fr/LC_MESSAGES/django.mo b/example2/polls/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000..16d69d9 Binary files /dev/null and b/example2/polls/locale/fr/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/fr/LC_MESSAGES/django.po b/example2/polls/locale/fr/LC_MESSAGES/django.po index a5521de..7e8b74e 100644 --- a/example2/polls/locale/fr/LC_MESSAGES/django.po +++ b/example2/polls/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:01+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: NotSqrt \n" "Language-Team: French (http://www.transifex.com/projects/p/django-admin2/" @@ -18,39 +18,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: models.py:9 +#: models.py:12 msgid "question" msgstr "question" -#: models.py:10 +#: models.py:13 msgid "date published" msgstr "date de publication" -#: models.py:19 +#: models.py:22 msgid "Published recently?" msgstr "Publié récemment ?" -#: models.py:22 models.py:27 +#: models.py:25 models.py:30 msgid "poll" msgstr "sondage" -#: models.py:23 +#: models.py:26 msgid "polls" msgstr "sondages" -#: models.py:28 +#: models.py:31 msgid "choice text" msgstr "Texte du choix" -#: models.py:29 +#: models.py:32 msgid "votes" msgstr "votes" -#: models.py:35 +#: models.py:38 msgid "choice" msgstr "choix" -#: models.py:36 +#: models.py:39 msgid "choices" msgstr "choix" diff --git a/example2/polls/locale/it/LC_MESSAGES/django.mo b/example2/polls/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000..64bbaa2 Binary files /dev/null and b/example2/polls/locale/it/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/it/LC_MESSAGES/django.po b/example2/polls/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..72ca89d --- /dev/null +++ b/example2/polls/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,62 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# brente , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-07 17:47+0000\n" +"Last-Translator: brente \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/django-admin2/" +"language/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: models.py:12 +msgid "question" +msgstr "domanda" + +#: models.py:13 +msgid "date published" +msgstr "data pubblicazione" + +#: models.py:22 +msgid "Published recently?" +msgstr "Pubblicato di recente?" + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "sondaggio" + +#: models.py:26 +msgid "polls" +msgstr "sondaggi" + +#: models.py:31 +msgid "choice text" +msgstr "" + +#: models.py:32 +msgid "votes" +msgstr "voti" + +#: models.py:38 +msgid "choice" +msgstr "scelta" + +#: models.py:39 +msgid "choices" +msgstr "scelte" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "(per riferimento)" diff --git a/example2/polls/locale/nl/LC_MESSAGES/django.mo b/example2/polls/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000..e76c170 Binary files /dev/null and b/example2/polls/locale/nl/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/nl/LC_MESSAGES/django.po b/example2/polls/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..f478793 --- /dev/null +++ b/example2/polls/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,62 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Density21.5 , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 10:46+0000\n" +"Last-Translator: Density21.5 \n" +"Language-Team: Dutch (http://www.transifex.com/projects/p/django-admin2/" +"language/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: models.py:12 +msgid "question" +msgstr "vraag" + +#: models.py:13 +msgid "date published" +msgstr "publicatiedatum" + +#: models.py:22 +msgid "Published recently?" +msgstr "Recent gepubliceerd?" + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "enquête" + +#: models.py:26 +msgid "polls" +msgstr "enquêtes" + +#: models.py:31 +msgid "choice text" +msgstr "keuzetekst" + +#: models.py:32 +msgid "votes" +msgstr "stemmen" + +#: models.py:38 +msgid "choice" +msgstr "keuze" + +#: models.py:39 +msgid "choices" +msgstr "keuzes" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "Voorbeeld Home" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "(ter verwijzing)" diff --git a/example2/polls/locale/pl_PL/LC_MESSAGES/django.mo b/example2/polls/locale/pl_PL/LC_MESSAGES/django.mo new file mode 100644 index 0000000..dcdbb7f Binary files /dev/null and b/example2/polls/locale/pl_PL/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/pl_PL/LC_MESSAGES/django.po b/example2/polls/locale/pl_PL/LC_MESSAGES/django.po new file mode 100644 index 0000000..f972576 --- /dev/null +++ b/example2/polls/locale/pl_PL/LC_MESSAGES/django.po @@ -0,0 +1,64 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# dasm , 2013 +# Marcin Jabrzyk , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-08 18:04+0000\n" +"Last-Translator: dasm \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/django-" +"admin2/language/pl_PL/)\n" +"Language: pl_PL\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%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: models.py:12 +msgid "question" +msgstr "pytanie" + +#: models.py:13 +msgid "date published" +msgstr "data publikacji" + +#: models.py:22 +msgid "Published recently?" +msgstr "Ostatnio opublikowane?" + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "ankieta" + +#: models.py:26 +msgid "polls" +msgstr "ankiety" + +#: models.py:31 +msgid "choice text" +msgstr "tekst opcji" + +#: models.py:32 +msgid "votes" +msgstr "głosy" + +#: models.py:38 +msgid "choice" +msgstr "opcja" + +#: models.py:39 +msgid "choices" +msgstr "opcje" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "Początek" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "(dla przykładu)" diff --git a/example2/polls/locale/pt_BR/LC_MESSAGES/django.mo b/example2/polls/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000..9276ca3 Binary files /dev/null and b/example2/polls/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/pt_BR/LC_MESSAGES/django.po b/example2/polls/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..efef222 --- /dev/null +++ b/example2/polls/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,61 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 05:00+0000\n" +"Last-Translator: Douglas Miranda \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" +"django-admin2/language/pt_BR/)\n" +"Language: pt_BR\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" + +#: models.py:12 +msgid "question" +msgstr "pergunta" + +#: models.py:13 +msgid "date published" +msgstr "data de publicação" + +#: models.py:22 +msgid "Published recently?" +msgstr "Publicada recentemente? " + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "enquete" + +#: models.py:26 +msgid "polls" +msgstr "enquetes" + +#: models.py:31 +msgid "choice text" +msgstr "texto da opção" + +#: models.py:32 +msgid "votes" +msgstr "votos" + +#: models.py:38 +msgid "choice" +msgstr "opção" + +#: models.py:39 +msgid "choices" +msgstr "opções" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "Página inicial de exemplo" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "(para referência)" diff --git a/example2/polls/locale/sk/LC_MESSAGES/django.mo b/example2/polls/locale/sk/LC_MESSAGES/django.mo index 37f6614..47e2988 100644 Binary files a/example2/polls/locale/sk/LC_MESSAGES/django.mo and b/example2/polls/locale/sk/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/sk/LC_MESSAGES/django.po b/example2/polls/locale/sk/LC_MESSAGES/django.po index 6855e78..a10eecd 100644 --- a/example2/polls/locale/sk/LC_MESSAGES/django.po +++ b/example2/polls/locale/sk/LC_MESSAGES/django.po @@ -1,54 +1,55 @@ # This file is distributed under the same license as the django-admin2 package. -# +# # Translators: # Ivana Kellyerova , 2013 msgid "" msgstr "" "Project-Id-Version: django-admin2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-07 11:13+0200\n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" "PO-Revision-Date: 2013-07-07 12:47+0000\n" "Last-Translator: marekzelinka \n" -"Language-Team: Slovak (http://www.transifex.com/projects/p/django-admin2/language/sk/)\n" +"Language-Team: Slovak (http://www.transifex.com/projects/p/django-admin2/" +"language/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: models.py:9 +#: models.py:12 msgid "question" msgstr "otázka" -#: models.py:10 +#: models.py:13 msgid "date published" msgstr "dátum zverejnenia" -#: models.py:19 +#: models.py:22 msgid "Published recently?" msgstr "Zverejnené nedávno?" -#: models.py:22 models.py:27 +#: models.py:25 models.py:30 msgid "poll" msgstr "anketa" -#: models.py:23 +#: models.py:26 msgid "polls" msgstr "ankety" -#: models.py:28 +#: models.py:31 msgid "choice text" msgstr "text možnosti" -#: models.py:29 +#: models.py:32 msgid "votes" msgstr "hlasy" -#: models.py:35 +#: models.py:38 msgid "choice" msgstr "možnosť" -#: models.py:36 +#: models.py:39 msgid "choices" msgstr "možnosti" diff --git a/example2/polls/locale/tl_PH/LC_MESSAGES/django.mo b/example2/polls/locale/tl_PH/LC_MESSAGES/django.mo new file mode 100644 index 0000000..ea0692b Binary files /dev/null and b/example2/polls/locale/tl_PH/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/tl_PH/LC_MESSAGES/django.po b/example2/polls/locale/tl_PH/LC_MESSAGES/django.po new file mode 100644 index 0000000..e099dc1 --- /dev/null +++ b/example2/polls/locale/tl_PH/LC_MESSAGES/django.po @@ -0,0 +1,62 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# rukku , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-09 08:22+0000\n" +"Last-Translator: rukku \n" +"Language-Team: Tagalog (Philippines) (http://www.transifex.com/projects/p/" +"django-admin2/language/tl_PH/)\n" +"Language: tl_PH\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" + +#: models.py:12 +msgid "question" +msgstr "katanungan" + +#: models.py:13 +msgid "date published" +msgstr "" + +#: models.py:22 +msgid "Published recently?" +msgstr "Bagong limbag?" + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "botohan" + +#: models.py:26 +msgid "polls" +msgstr "mga botohan" + +#: models.py:31 +msgid "choice text" +msgstr "" + +#: models.py:32 +msgid "votes" +msgstr "mga boto" + +#: models.py:38 +msgid "choice" +msgstr "sagot" + +#: models.py:39 +msgid "choices" +msgstr "mga sagot" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "" diff --git a/example2/polls/locale/zh/LC_MESSAGES/django.mo b/example2/polls/locale/zh/LC_MESSAGES/django.mo new file mode 100644 index 0000000..8f8d045 Binary files /dev/null and b/example2/polls/locale/zh/LC_MESSAGES/django.mo differ diff --git a/example2/polls/locale/zh/LC_MESSAGES/django.po b/example2/polls/locale/zh/LC_MESSAGES/django.po new file mode 100644 index 0000000..6a09ddd --- /dev/null +++ b/example2/polls/locale/zh/LC_MESSAGES/django.po @@ -0,0 +1,62 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# EricHo , 2013 +msgid "" +msgstr "" +"Project-Id-Version: django-admin2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-09 11:57+0200\n" +"PO-Revision-Date: 2013-07-07 11:16+0000\n" +"Last-Translator: EricHo \n" +"Language-Team: Chinese (http://www.transifex.com/projects/p/django-admin2/" +"language/zh/)\n" +"Language: zh\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" + +#: models.py:12 +msgid "question" +msgstr "問題" + +#: models.py:13 +msgid "date published" +msgstr "發布日期" + +#: models.py:22 +msgid "Published recently?" +msgstr "最近發布?" + +#: models.py:25 models.py:30 +msgid "poll" +msgstr "投票" + +#: models.py:26 +msgid "polls" +msgstr "投票" + +#: models.py:31 +msgid "choice text" +msgstr "選擇文字" + +#: models.py:32 +msgid "votes" +msgstr "投票" + +#: models.py:38 +msgid "choice" +msgstr "選擇" + +#: models.py:39 +msgid "choices" +msgstr "選擇" + +#: templates/home.html:4 +msgid "Example Home" +msgstr "首頁範本" + +#: templates/home.html:8 +msgid "(for reference)" +msgstr "(參考)" diff --git a/fabfile.py b/fabfile.py new file mode 100644 index 0000000..f5674ee --- /dev/null +++ b/fabfile.py @@ -0,0 +1,46 @@ +# -*- coding: utf-8 -*- +from __future__ import print_function, division, absolute_import, unicode_literals + +from fabric.api import local, lcd +from fabric.contrib.console import confirm + + +DIRS = ['djadmin2', 'example/blog', 'example2/polls'] + + +def _run(command, directory): + with lcd(directory): + print('\n### Processing %s...' % directory) + local(command) + + +def makemessages(): + command = 'django-admin.py makemessages -a' + for d in DIRS: + _run(command, d) + + +def compilemessages(): + command = 'django-admin.py compilemessages' + for d in DIRS: + _run(command, d) + + +def checkmessages(): + command = 'ls -1 locale/*/LC_MESSAGES/django.po | xargs -I {} msgfmt -c {}' + for d in DIRS: + _run(command, d) + + +def pulltx(): + print('\n### Pulling new translations from Transifex...') + local('tx pull -a') + + +def pushtx(): + print('\n### Pushing translations and sources to Transifex...') + print('Warning: This might destroy existing translations. Probably you should pull first.') + if confirm('Continue anyways?', default=False): + local('tx push -s -t') + else: + print('Aborting.')