From ee4dfb4ac6b5074d0fbdd321557e3d592b01f8a3 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 6 Jul 2013 15:19:22 +0200 Subject: [PATCH] =?UTF-8?q?Added=20Catal=C3=A0=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- djadmin2/locale/ca/LC_MESSAGES/django.po | 226 +++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 djadmin2/locale/ca/LC_MESSAGES/django.po diff --git a/djadmin2/locale/ca/LC_MESSAGES/django.po b/djadmin2/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..3544e67 --- /dev/null +++ b/djadmin2/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,226 @@ +# This file is distributed under the same license as the django-admin2 package. +# +# Translators: +# Ignasi Fosch Alonso , 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 \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 ""