Merge pull request #258 from dbrgn/i18n

Translation Stuff
This commit is contained in:
Daniel Greenfeld 2013-07-06 06:34:11 -07:00
commit e7d4ef4fbc
8 changed files with 919 additions and 27 deletions

View file

@ -0,0 +1,226 @@
# This file is distributed under the same license as the django-admin2 package.
#
# Translators:
# Ignasi Fosch Alonso <natx@y10k.ws>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 14:47+0200\n"
"Last-Translator: Ignasi Fosch Alonso <natx@y10k.ws>\n"
"Language-Team: https://www.transifex.com/projects/p/django-admin2/language/"
"ca/\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: actions.py:26
msgid ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."
msgstr ""
#: actions.py:29
#, python-format
msgid "Successfully deleted %(count)s %(items)s"
msgstr ""
#: actions.py:127
msgid "Delete selected items"
msgstr ""
#: forms.py:238
#, 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:249
msgid "Please log in again, because your session has expired."
msgstr ""
#: views.py:165 templates/admin2/bootstrap/model_update_form.html:29
#: templates/admin2/bootstrap/includes/app_model_list.html:38
msgid "Change"
msgstr ""
#: views.py:179 templates/admin2/bootstrap/includes/app_model_list.html:30
msgid "Add"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:6
#: templates/admin2/bootstrap/base.html:55
#: templates/admin2/bootstrap/model_confirm_delete.html:10
#: templates/admin2/bootstrap/model_detail.html:11
#: templates/admin2/bootstrap/model_list.html:14
#: templates/admin2/bootstrap/model_update_form.html:11
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:10
#: templates/admin2/bootstrap/auth/logout.html:8
#: templates/admin2/bootstrap/auth/password_change_done.html:11
#: templates/admin2/bootstrap/auth/password_change_form.html:10
msgid "Home"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:12
#, python-format
msgid "%(app_label)s administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:6
#: templates/admin2/bootstrap/base.html:71
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Site administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:22
msgid "API"
msgstr ""
#: templates/admin2/bootstrap/base.html:25
msgid "Documentation"
msgstr ""
#: templates/admin2/bootstrap/base.html:34
#, python-format
msgid "Logged in as %(user)s"
msgstr ""
#: templates/admin2/bootstrap/base.html:40
msgid "Change password"
msgstr ""
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr ""
#: templates/admin2/bootstrap/index.html:13
msgid "Recent Actions"
msgstr ""
#: templates/admin2/bootstrap/index.html:14
msgid "My Actions"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:4
#: templates/admin2/bootstrap/model_confirm_delete.html:6
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:4
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:6
msgid "Are you sure?"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:25
#: templates/admin2/bootstrap/model_update_form.html:74
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:21
msgid "Delete"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:30
#, python-format
msgid ""
"Are you sure you want to delete the %(model_name)s \"%(object)s\"? All of "
"the following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:40
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:40
msgid "Yes, I'm sure"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:4
#: templates/admin2/bootstrap/model_list.html:6
#, python-format
msgid "Select %(model_name)s to change"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:31
msgid "Search Term"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:32
msgid "Search"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:59
#, python-format
msgid "%(selected)s of %(total)s selected"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:63
#, python-format
msgid "Add %(model_verbose_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:5
#: templates/admin2/bootstrap/model_update_form.html:7
#, python-format
msgid "%(action)s %(model_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:78
msgid "Save and add another"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:79
msgid "Save and continue editing"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:80
msgid "Save"
msgstr ""
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:27
#, python-format
msgid ""
"Are you sure you want to delete the selected %(objects_name)s? All of the "
"following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:15
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:27
#: templates/admin2/bootstrap/auth/password_change_form.html:24
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] ""
msgstr[1] ""
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr ""
#: templates/admin2/bootstrap/auth/logout.html:18
msgid "Log in again"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:6
#: templates/admin2/bootstrap/auth/password_change_done.html:7
#: templates/admin2/bootstrap/auth/password_change_done.html:14
msgid "Password change successful"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:20
msgid "Your password was changed."
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_form.html:6
#: templates/admin2/bootstrap/auth/password_change_form.html:13
msgid "Password change"
msgstr ""
#: templates/admin2/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/admin2/bootstrap/auth/password_change_form.html:31
msgid "Change my password"
msgstr ""

View file

@ -0,0 +1,226 @@
# This file is distributed under the same license as the django-admin2 package.
#
# Translators:
# Danilo Bargen <gezuru@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 14:47+0200\n"
"Last-Translator: Danilo Bargen <gezuru@gmail.com>\n"
"Language-Team: https://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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: actions.py:26
msgid ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."
msgstr ""
#: actions.py:29
#, python-format
msgid "Successfully deleted %(count)s %(items)s"
msgstr ""
#: actions.py:127
msgid "Delete selected items"
msgstr ""
#: forms.py:238
#, 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:249
msgid "Please log in again, because your session has expired."
msgstr ""
#: views.py:165 templates/admin2/bootstrap/model_update_form.html:29
#: templates/admin2/bootstrap/includes/app_model_list.html:38
msgid "Change"
msgstr ""
#: views.py:179 templates/admin2/bootstrap/includes/app_model_list.html:30
msgid "Add"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:6
#: templates/admin2/bootstrap/base.html:55
#: templates/admin2/bootstrap/model_confirm_delete.html:10
#: templates/admin2/bootstrap/model_detail.html:11
#: templates/admin2/bootstrap/model_list.html:14
#: templates/admin2/bootstrap/model_update_form.html:11
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:10
#: templates/admin2/bootstrap/auth/logout.html:8
#: templates/admin2/bootstrap/auth/password_change_done.html:11
#: templates/admin2/bootstrap/auth/password_change_form.html:10
msgid "Home"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:12
#, python-format
msgid "%(app_label)s administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:6
#: templates/admin2/bootstrap/base.html:71
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Site administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:22
msgid "API"
msgstr ""
#: templates/admin2/bootstrap/base.html:25
msgid "Documentation"
msgstr ""
#: templates/admin2/bootstrap/base.html:34
#, python-format
msgid "Logged in as %(user)s"
msgstr ""
#: templates/admin2/bootstrap/base.html:40
msgid "Change password"
msgstr ""
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr ""
#: templates/admin2/bootstrap/index.html:13
msgid "Recent Actions"
msgstr ""
#: templates/admin2/bootstrap/index.html:14
msgid "My Actions"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:4
#: templates/admin2/bootstrap/model_confirm_delete.html:6
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:4
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:6
msgid "Are you sure?"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:25
#: templates/admin2/bootstrap/model_update_form.html:74
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:21
msgid "Delete"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:30
#, python-format
msgid ""
"Are you sure you want to delete the %(model_name)s \"%(object)s\"? All of "
"the following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:40
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:40
msgid "Yes, I'm sure"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:4
#: templates/admin2/bootstrap/model_list.html:6
#, python-format
msgid "Select %(model_name)s to change"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:31
msgid "Search Term"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:32
msgid "Search"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:59
#, python-format
msgid "%(selected)s of %(total)s selected"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:63
#, python-format
msgid "Add %(model_verbose_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:5
#: templates/admin2/bootstrap/model_update_form.html:7
#, python-format
msgid "%(action)s %(model_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:78
msgid "Save and add another"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:79
msgid "Save and continue editing"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:80
msgid "Save"
msgstr ""
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:27
#, python-format
msgid ""
"Are you sure you want to delete the selected %(objects_name)s? All of the "
"following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:15
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:27
#: templates/admin2/bootstrap/auth/password_change_form.html:24
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] ""
msgstr[1] ""
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr ""
#: templates/admin2/bootstrap/auth/logout.html:18
msgid "Log in again"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:6
#: templates/admin2/bootstrap/auth/password_change_done.html:7
#: templates/admin2/bootstrap/auth/password_change_done.html:14
msgid "Password change successful"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:20
msgid "Your password was changed."
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_form.html:6
#: templates/admin2/bootstrap/auth/password_change_form.html:13
msgid "Password change"
msgstr ""
#: templates/admin2/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/admin2/bootstrap/auth/password_change_form.html:31
msgid "Change my password"
msgstr ""

View file

@ -6,14 +6,14 @@ msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 13:16+0200\n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 13:27+0200\n"
"Last-Translator: NotSqrt <notsqrt@gmail.com>\n"
"Language-Team: English <en@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: actions.py:26
msgid ""
@ -96,6 +96,7 @@ msgid "Change password"
msgstr "Change password"
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr "Log out"
@ -186,8 +187,9 @@ msgstr ""
"following items will be deleted:"
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Login"
msgstr "Login"
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr "Log in"
#: templates/admin2/bootstrap/auth/login.html:27
#: templates/admin2/bootstrap/auth/password_change_form.html:24
@ -196,14 +198,6 @@ msgid_plural "Please correct the errors below."
msgstr[0] "Please correct the error below."
msgstr[1] "Please correct the errors below."
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr "Log in"
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Logout"
msgstr "Logout"
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr "Thanks for spending some quality time with the Web site today."

View file

@ -0,0 +1,226 @@
# This file is distributed under the same license as the django-admin2 package.
#
# Translators:
# Danilo Bargen <gezuru@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 14:47+0200\n"
"Last-Translator: Danilo Bargen <gezuru@gmail.com>\n"
"Language-Team: https://www.transifex.com/projects/p/django-admin2/language/"
"es/\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: actions.py:26
msgid ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."
msgstr ""
#: actions.py:29
#, python-format
msgid "Successfully deleted %(count)s %(items)s"
msgstr ""
#: actions.py:127
msgid "Delete selected items"
msgstr ""
#: forms.py:238
#, 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:249
msgid "Please log in again, because your session has expired."
msgstr ""
#: views.py:165 templates/admin2/bootstrap/model_update_form.html:29
#: templates/admin2/bootstrap/includes/app_model_list.html:38
msgid "Change"
msgstr ""
#: views.py:179 templates/admin2/bootstrap/includes/app_model_list.html:30
msgid "Add"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:6
#: templates/admin2/bootstrap/base.html:55
#: templates/admin2/bootstrap/model_confirm_delete.html:10
#: templates/admin2/bootstrap/model_detail.html:11
#: templates/admin2/bootstrap/model_list.html:14
#: templates/admin2/bootstrap/model_update_form.html:11
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:10
#: templates/admin2/bootstrap/auth/logout.html:8
#: templates/admin2/bootstrap/auth/password_change_done.html:11
#: templates/admin2/bootstrap/auth/password_change_form.html:10
msgid "Home"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:12
#, python-format
msgid "%(app_label)s administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:6
#: templates/admin2/bootstrap/base.html:71
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Site administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:22
msgid "API"
msgstr ""
#: templates/admin2/bootstrap/base.html:25
msgid "Documentation"
msgstr ""
#: templates/admin2/bootstrap/base.html:34
#, python-format
msgid "Logged in as %(user)s"
msgstr ""
#: templates/admin2/bootstrap/base.html:40
msgid "Change password"
msgstr ""
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr ""
#: templates/admin2/bootstrap/index.html:13
msgid "Recent Actions"
msgstr ""
#: templates/admin2/bootstrap/index.html:14
msgid "My Actions"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:4
#: templates/admin2/bootstrap/model_confirm_delete.html:6
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:4
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:6
msgid "Are you sure?"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:25
#: templates/admin2/bootstrap/model_update_form.html:74
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:21
msgid "Delete"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:30
#, python-format
msgid ""
"Are you sure you want to delete the %(model_name)s \"%(object)s\"? All of "
"the following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:40
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:40
msgid "Yes, I'm sure"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:4
#: templates/admin2/bootstrap/model_list.html:6
#, python-format
msgid "Select %(model_name)s to change"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:31
msgid "Search Term"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:32
msgid "Search"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:59
#, python-format
msgid "%(selected)s of %(total)s selected"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:63
#, python-format
msgid "Add %(model_verbose_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:5
#: templates/admin2/bootstrap/model_update_form.html:7
#, python-format
msgid "%(action)s %(model_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:78
msgid "Save and add another"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:79
msgid "Save and continue editing"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:80
msgid "Save"
msgstr ""
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:27
#, python-format
msgid ""
"Are you sure you want to delete the selected %(objects_name)s? All of the "
"following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:15
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:27
#: templates/admin2/bootstrap/auth/password_change_form.html:24
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] ""
msgstr[1] ""
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr ""
#: templates/admin2/bootstrap/auth/logout.html:18
msgid "Log in again"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:6
#: templates/admin2/bootstrap/auth/password_change_done.html:7
#: templates/admin2/bootstrap/auth/password_change_done.html:14
msgid "Password change successful"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:20
msgid "Your password was changed."
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_form.html:6
#: templates/admin2/bootstrap/auth/password_change_form.html:13
msgid "Password change"
msgstr ""
#: templates/admin2/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/admin2/bootstrap/auth/password_change_form.html:31
msgid "Change my password"
msgstr ""

View file

@ -6,16 +6,16 @@ msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 13:16+0200\n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 13:27+0200\n"
"Last-Translator: NotSqrt <notsqrt@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/django-admin2/"
"language/fr/)\n"
"Language-Team: https://www.transifex.com/projects/p/django-admin2/language/"
"fr/\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
#: actions.py:26
msgid ""
@ -99,6 +99,7 @@ msgid "Change password"
msgstr "Modifier votre mot de passe"
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr "Déconnexion"
@ -189,7 +190,8 @@ msgstr ""
"Les éléments suivants seront supprimés :"
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Login"
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr "Connexion"
#: templates/admin2/bootstrap/auth/login.html:27
@ -199,14 +201,6 @@ msgid_plural "Please correct the errors below."
msgstr[0] "Corrigez l'erreur suivante."
msgstr[1] "Corrigez les erreurs suivantes."
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr "Connexion"
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Logout"
msgstr "Déconnexion"
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr "Merci pour le temps que vous avez accordé à ce site aujourd'hui."

View file

@ -0,0 +1,226 @@
# This file is distributed under the same license as the django-admin2 package.
#
# Translators:
# Margherita Zamponi <margherita.zamponi@gmail.com>
msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-07-06 15:02+0200\n"
"PO-Revision-Date: 2013-07-06 14:47+0200\n"
"Last-Translator: Margherita Zamponi <margherita.zamponi@gmail.com>\n"
"Language-Team: https://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:26
msgid ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."
msgstr ""
#: actions.py:29
#, python-format
msgid "Successfully deleted %(count)s %(items)s"
msgstr ""
#: actions.py:127
msgid "Delete selected items"
msgstr ""
#: forms.py:238
#, 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:249
msgid "Please log in again, because your session has expired."
msgstr ""
#: views.py:165 templates/admin2/bootstrap/model_update_form.html:29
#: templates/admin2/bootstrap/includes/app_model_list.html:38
msgid "Change"
msgstr ""
#: views.py:179 templates/admin2/bootstrap/includes/app_model_list.html:30
msgid "Add"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:6
#: templates/admin2/bootstrap/base.html:55
#: templates/admin2/bootstrap/model_confirm_delete.html:10
#: templates/admin2/bootstrap/model_detail.html:11
#: templates/admin2/bootstrap/model_list.html:14
#: templates/admin2/bootstrap/model_update_form.html:11
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:10
#: templates/admin2/bootstrap/auth/logout.html:8
#: templates/admin2/bootstrap/auth/password_change_done.html:11
#: templates/admin2/bootstrap/auth/password_change_form.html:10
msgid "Home"
msgstr ""
#: templates/admin2/bootstrap/app_index.html:12
#, python-format
msgid "%(app_label)s administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:6
#: templates/admin2/bootstrap/base.html:71
#: templates/admin2/bootstrap/auth/login.html:15
msgid "Site administration"
msgstr ""
#: templates/admin2/bootstrap/base.html:22
msgid "API"
msgstr ""
#: templates/admin2/bootstrap/base.html:25
msgid "Documentation"
msgstr ""
#: templates/admin2/bootstrap/base.html:34
#, python-format
msgid "Logged in as %(user)s"
msgstr ""
#: templates/admin2/bootstrap/base.html:40
msgid "Change password"
msgstr ""
#: templates/admin2/bootstrap/base.html:42
#: templates/admin2/bootstrap/auth/logout.html:11
msgid "Log out"
msgstr ""
#: templates/admin2/bootstrap/index.html:13
msgid "Recent Actions"
msgstr ""
#: templates/admin2/bootstrap/index.html:14
msgid "My Actions"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:4
#: templates/admin2/bootstrap/model_confirm_delete.html:6
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:4
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:6
msgid "Are you sure?"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:25
#: templates/admin2/bootstrap/model_update_form.html:74
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:21
msgid "Delete"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:30
#, python-format
msgid ""
"Are you sure you want to delete the %(model_name)s \"%(object)s\"? All of "
"the following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/model_confirm_delete.html:40
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:40
msgid "Yes, I'm sure"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:4
#: templates/admin2/bootstrap/model_list.html:6
#, python-format
msgid "Select %(model_name)s to change"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:31
msgid "Search Term"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:32
msgid "Search"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:59
#, python-format
msgid "%(selected)s of %(total)s selected"
msgstr ""
#: templates/admin2/bootstrap/model_list.html:63
#, python-format
msgid "Add %(model_verbose_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:5
#: templates/admin2/bootstrap/model_update_form.html:7
#, python-format
msgid "%(action)s %(model_name)s"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:78
msgid "Save and add another"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:79
msgid "Save and continue editing"
msgstr ""
#: templates/admin2/bootstrap/model_update_form.html:80
msgid "Save"
msgstr ""
#: templates/admin2/bootstrap/actions/delete_selected_confirmation.html:27
#, python-format
msgid ""
"Are you sure you want to delete the selected %(objects_name)s? All of the "
"following items will be deleted:"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:15
#: templates/admin2/bootstrap/auth/login.html:52
msgid "Log in"
msgstr ""
#: templates/admin2/bootstrap/auth/login.html:27
#: templates/admin2/bootstrap/auth/password_change_form.html:24
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] ""
msgstr[1] ""
#: templates/admin2/bootstrap/auth/logout.html:17
msgid "Thanks for spending some quality time with the Web site today."
msgstr ""
#: templates/admin2/bootstrap/auth/logout.html:18
msgid "Log in again"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:6
#: templates/admin2/bootstrap/auth/password_change_done.html:7
#: templates/admin2/bootstrap/auth/password_change_done.html:14
msgid "Password change successful"
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_done.html:20
msgid "Your password was changed."
msgstr ""
#: templates/admin2/bootstrap/auth/password_change_form.html:6
#: templates/admin2/bootstrap/auth/password_change_form.html:13
msgid "Password change"
msgstr ""
#: templates/admin2/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/admin2/bootstrap/auth/password_change_form.html:31
msgid "Change my password"
msgstr ""

View file

@ -12,7 +12,7 @@
{% block breacrumbs %}{% endblock breacrumbs %}
{% block class_page_title %}span12 login-title{% endblock class_page_title %}
{% block page_title %}{% trans "Site administration" %} - {% trans "Login" %}{% endblock page_title %}
{% block page_title %}{% trans "Site administration" %} - {% trans "Log in" %}{% endblock page_title %}
{% block content %}
<div class="row-fluid">

View file

@ -8,7 +8,7 @@
<a href="{% url "admin2:dashboard" %}">{% trans "Home" %}</a>
<span class="divider">/</span>
</li>
<li class="active">{% trans "Logout" %}</li>
<li class="active">{% trans "Log out" %}</li>
{% endblock breadcrumbs %}
{% block content %}